4 lines
64 B
CSS
4 lines
64 B
CSS
|
.table-nowrap td, .table-nowrap th {
|
||
|
white-space: nowrap;
|
||
|
}
|