6 lines
66 B
CSS
6 lines
66 B
CSS
.table td.fit,
|
|
.table th.fit {
|
|
white-space: nowrap;
|
|
width: 1%
|
|
}
|