diff --git a/frontend/src/views/app-store/apps/index.vue b/frontend/src/views/app-store/apps/index.vue index 7e6465e8c407..001b6509f7d0 100644 --- a/frontend/src/views/app-store/apps/index.vue +++ b/frontend/src/views/app-store/apps/index.vue @@ -258,13 +258,13 @@ onMounted(async () => { padding-bottom: 10px; } -.tag-button { - margin-right: 10px; - &.no-active { - background: none; - border: none; - } -} +// .tag-button { +// margin-right: 10px; +// &.no-active { +// background: none; +// border: none; +// } +// } @media only screen and (min-width: 768px) and (max-width: 1200px) { .app-col-12 { diff --git a/frontend/src/views/app-store/components/tag.vue b/frontend/src/views/app-store/components/tag.vue index 93ab6fab0630..9bbce6041813 100644 --- a/frontend/src/views/app-store/components/tag.vue +++ b/frontend/src/views/app-store/components/tag.vue @@ -1,26 +1,17 @@