.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; display: table-row;
} }
.table th, .table th:not(.noTruncate),
.table td { .table td:not(.noTruncate) {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;