Spaces:
Sleeping
Sleeping
File size: 192 Bytes
6fc683c |
1 2 3 4 5 6 7 8 9 10 |
.wy-table-responsive table td kbd {
white-space: nowrap;
}
.wy-table-responsive table td {
white-space: normal !important;
}
.wy-table-responsive {
overflow: visible !important;
}
|