From: Alexander Ebert Date: Thu, 1 Nov 2012 21:42:52 +0000 (+0100) Subject: Fixed width calculation of table cells X-Git-Tag: 2.0.0_Beta_1~821^2~11 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=075fc530acb79f2b0617d80a0cb64d52603ba4b1;p=GitHub%2FWoltLab%2FWCF.git Fixed width calculation of table cells --- diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index 062868abaa..26e93959c7 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -743,20 +743,20 @@ &.columnMark, &.columnStatus { text-align: center; - width: 1% !important; + width: 1px !important; white-space: nowrap; } &.columnDigits, &.columnID { text-align: right; - width: 1% !important; + width: 1px !important; white-space: nowrap; } &.columnIcon { text-align: left; - width: 1% !important; + width: 1px !important; white-space: nowrap; } @@ -775,7 +775,7 @@ &.columnRegistrationDate { font-size: @wcfSmallFontSize; text-align: right; - width: 1% !important; + width: 1px !important; white-space: nowrap; }