qpdf/manual/_static/css/wraptable.css

5 lines
128 B
CSS

/* ensure text in table cells wrap */
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal;
}