mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-02 11:46:35 +00:00
5 lines
128 B
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;
|
||
|
}
|