diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-17 21:39:11 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-17 21:39:11 +0100 |
commit | cf78942253c546514733e4847f7f11c1d5fcc36f (patch) | |
tree | e19be60989e59ab17492d67f5d5986bbeb86bf14 /core/css/apps.css | |
parent | 88865e9728bee9285f4e91559108aac9f0e8438f (diff) | |
download | nextcloud-server-cf78942253c546514733e4847f7f11c1d5fcc36f.tar.gz nextcloud-server-cf78942253c546514733e4847f7f11c1d5fcc36f.zip |
fix spacing in sidebar tabs
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/apps.css')
-rw-r--r-- | core/css/apps.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 440b188dc19..e7aad0676cd 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) */ |