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 Permalink Normal View History

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