10 lines
192 B
CSS
10 lines
192 B
CSS
.wy-table-responsive table td kbd {
|
|
white-space: nowrap;
|
|
}
|
|
.wy-table-responsive table td {
|
|
white-space: normal !important;
|
|
}
|
|
.wy-table-responsive {
|
|
overflow: visible !important;
|
|
}
|