From 075fc530acb79f2b0617d80a0cb64d52603ba4b1 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 1 Nov 2012 22:42:52 +0100 Subject: [PATCH] Fixed width calculation of table cells --- wcfsetup/install/files/style/layout.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; } -- 2.20.1