From 7314b26c77114ceb365d5ea4eacb04442d10d1b7 Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Sun, 21 Sep 2025 22:27:28 +0200 Subject: [PATCH] Fix tab visuals in Firefox The rendering of the tabs would not include the spacer in Firefox for if the width was not set for some reason. --- components/Tabs.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Tabs.vue b/components/Tabs.vue index 0d2ee34..37bf429 100644 --- a/components/Tabs.vue +++ b/components/Tabs.vue @@ -55,7 +55,6 @@ nav { } .tab { display: flex; - flex-wrap: wrap; } .tab.active { padding-block-start: 1px; @@ -65,6 +64,7 @@ nav { } .tab .spacer { flex: 1 0 0.75rem; + width: 0.75rem; } .tab .flap, .tab .spacer {