Slightly increase title line-height to improve visuals when wrapping
authorAlexander Ebert <ebert@woltlab.com>
Thu, 28 Apr 2016 15:42:28 +0000 (17:42 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 28 Apr 2016 15:42:28 +0000 (17:42 +0200)
wcfsetup/install/files/style/bootstrap/mixin/font.scss

index 27dc71699fff3893e9614c110c998a27b39f90b3..02b04a4b9fa73d0d8b4509784d594169dab8b0f5 100644 (file)
@@ -54,7 +54,7 @@
 
 @mixin wcfFontTitle {
        font-weight: 300;
-       line-height: 1;
+       line-height: 1.05;
        
        @include screen-md-up {
                font-size: $wcfFontSizeTitle;