From 3ab21c1c2c2cdcddbbf177d941742994ca0783a5 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Mon, 25 Jan 2016 15:00:37 +0100 Subject: [PATCH] Breathe theme: Bring back the tab max-height --- bin/themes/breathe/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/themes/breathe/main.css b/bin/themes/breathe/main.css index 8348a6044..67618eeec 100644 --- a/bin/themes/breathe/main.css +++ b/bin/themes/breathe/main.css @@ -58,6 +58,11 @@ } /*TabWidget*/ +#tabbar::tab +{ + max-height: 22px; +} + #tabbar::scroller { width: 0px;