Files
2022-04-20 01:14:28 +02:00

5 lines
127 B
CSS

/* Removes table horizontal scrollbar and fits table content to page */
.wy-table-responsive table td {
white-space: normal;
}