.noTruncate disables truncating of td, th text

This commit is contained in:
Felix Niklas 2014-09-29 13:32:34 +02:00
parent 8c1449d023
commit 0f4727049e

View file

@ -209,8 +209,8 @@ table {
display: table-row;
}
.table th,
.table td {
.table th:not(.noTruncate),
.table td:not(.noTruncate) {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;