From 11c39da8e3c35f7f53a4a7946e146da955f26c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 21 Sep 2023 21:39:27 +0200 Subject: [PATCH] tabs: remove HTML validation errors #644 --- static/css/theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/theme.css b/static/css/theme.css index 1b0cb064cc3..f09af8fd6be 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -2062,11 +2062,13 @@ html[dir="rtl"] #sidebar ul.collapsible-menu > li > label > i.fa-chevron-right { } #body .tab-nav-button > * > .tab-nav-hidden{ + display: block; font-weight: 500; visibility: hidden; } #body .tab-nav-button > * > .tab-nav-text{ + display: block; position: absolute; top: 0; }