9 lines
152 B
CSS
9 lines
152 B
CSS
.vertical-table-header th.head:not(.stub) {
|
|
writing-mode: sideways-lr;
|
|
white-space: nowrap;
|
|
max-width: 0;
|
|
p {
|
|
margin: 0;
|
|
}
|
|
}
|