From 90c29616f778588241f0fd55160ee1e89b8f9e76 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Tue, 7 Jan 2025 08:29:19 +0100 Subject: [PATCH] fix style issue --- src/components/tabs.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/tabs.module.css b/src/components/tabs.module.css index 7c97ab8..0621789 100644 --- a/src/components/tabs.module.css +++ b/src/components/tabs.module.css @@ -58,6 +58,10 @@ color: var(--text-1); } } + + &:empty { + display: none; + } } .tab {