From 34701d6102b74943caf4019a53f5dc93a614742a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 23 Jun 2022 12:34:38 +0200 Subject: [PATCH] tabs: fix wrapping when having many tabs #272 --- static/css/tabs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/tabs.css b/static/css/tabs.css index 425316bcd0..da83089f25 100644 --- a/static/css/tabs.css +++ b/static/css/tabs.css @@ -21,7 +21,7 @@ } #body .tab-nav-button:not(.active) { border-bottom-color: rgba( 134, 134, 134, .1 ); - margin-top: 7px; + margin-top: 8px; padding-bottom: 2px !important; padding-top: 2px !important; }