&.columnMark,
&.columnStatus {
text-align: center;
- width: 1px !important;
+ width: 1px;
white-space: nowrap;
word-wrap: normal;
}
&.columnDigits,
&.columnID {
text-align: right;
- width: 1px !important;
+ width: 1px;
white-space: nowrap;
word-wrap: normal;
}
&.columnIcon {
text-align: left;
- width: 1px !important;
+ width: 1px;
white-space: nowrap;
word-wrap: normal;
}
&.columnRegistrationDate {
font-size: @wcfSmallFontSize;
text-align: right;
- width: 1px !important;
+ width: 1px;
white-space: nowrap;
word-wrap: normal;
}
border-bottom-width: 0;
}
}
+
+ td {
+ text-align: left !important;
+ max-width: none !important;
+ width: auto !important;
+ }
}
}