From ea873d4438c1a1d59e098821c0a3113ba4578219 Mon Sep 17 00:00:00 2001 From: upsiflu Date: Sun, 16 Feb 2025 21:53:08 +0100 Subject: [PATCH] fix(ui): [WIP] tabs that have :to prop are displayed the same as button tabs --- front/src/components/ui/Tabs.vue | 2 +- front/src/components/ui/tabs.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/components/ui/Tabs.vue b/front/src/components/ui/Tabs.vue index 3b2beb700..c54b66b44 100644 --- a/front/src/components/ui/Tabs.vue +++ b/front/src/components/ui/Tabs.vue @@ -37,7 +37,7 @@ watch(() => tabs.length, (_, from) => {
button.tabs-item { + > .tabs-item { font-size: 1rem; padding: 8px; min-width: 96px;