2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-21 09:39:09 +00:00
qpdf/manual/_static/css/wraptable.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
128 B
CSS
Raw Normal View History

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