From cf78942253c546514733e4847f7f11c1d5fcc36f Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 17 Nov 2016 21:39:11 +0100 Subject: [PATCH] fix spacing in sidebar tabs Signed-off-by: Jan-Christoph Borchardt --- core/css/apps.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/apps.css b/core/css/apps.css index 440b188dc1..e7aad0676c 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -632,7 +632,7 @@ em { clear: left; } .tabsContainer .tab { - padding: 15px; + padding: 0 15px 15px; } /* popover menu styles (use together with "bubble" class) */