diff --git a/dashboard/src/components/AppstoreView.vue b/dashboard/src/components/AppstoreView.vue index 0fdf3ab83..24533f1a6 100644 --- a/dashboard/src/components/AppstoreView.vue +++ b/dashboard/src/components/AppstoreView.vue @@ -85,7 +85,7 @@ onMounted(async () => { } .filter-bar { - width: 100%; + width: 90%; display: flex; justify-content: center; margin-bottom: 30px;