11 lines
98 B
CSS
11 lines
98 B
CSS
|
th {
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
td {
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|
||
|
.spacer-column {
|
||
|
width: 100%;
|
||
|
}
|