]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix sidebar tab headers margin 1478/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 21 Sep 2016 08:56:47 +0000 (10:56 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 21 Sep 2016 09:32:17 +0000 (11:32 +0200)
core/css/apps.css

index be5b045cc28cb071fea82065b93db9df47924397..eaebefef571ce6c5034d66853144fc758b2615c0 100644 (file)
@@ -600,6 +600,7 @@ em {
 
 /* generic tab styles */
 .tabHeaders {
+       display: inline-block;
        margin: 15px;
 }
 .tabHeaders .tabHeader {