From: Alexander Ebert Date: Thu, 28 Apr 2016 15:39:48 +0000 (+0200) Subject: Fixed headline line-height affecting badges X-Git-Tag: 3.0.0_Beta_1~1802 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f04ec3d1d182c9c2e563eb158b125c92a92e8b69;p=GitHub%2FWoltLab%2FWCF.git Fixed headline line-height affecting badges --- diff --git a/wcfsetup/install/files/style/layout/content.scss b/wcfsetup/install/files/style/layout/content.scss index 570339847b..cbd27da399 100644 --- a/wcfsetup/install/files/style/layout/content.scss +++ b/wcfsetup/install/files/style/layout/content.scss @@ -10,6 +10,8 @@ .badge { top: -2px; + + @include wcfLineHeight; } }