mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
5 lines
127 B
CSS
5 lines
127 B
CSS
/* Removes table horizontal scrollbar and fits table content to page */
|
|
.wy-table-responsive table td {
|
|
white-space: normal;
|
|
}
|