6 lines
157 B
CSS
6 lines
157 B
CSS
.wy-table-responsive > table > tbody > tr > td {
|
|
white-space: unset;
|
|
}
|
|
.wy-table-responsive > table > tbody > tr > td:first-child {
|
|
vertical-align: top;
|
|
}
|