.noTruncate disables truncating of td, th text
This commit is contained in:
parent
8c1449d023
commit
0f4727049e
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue