mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
Manual: enable line wrapping in table cells
This commit is contained in:
parent
f2a3b9cbfc
commit
1efcda1657
4
manual/_static/css/wraptable.css
Normal file
4
manual/_static/css/wraptable.css
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
/* ensure text in table cells wrap */
|
||||||
|
.wy-table-responsive table td, .wy-table-responsive table th {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
@ -27,4 +27,8 @@ html_theme_options = {
|
|||||||
"body_max_width": None,
|
"body_max_width": None,
|
||||||
}
|
}
|
||||||
html_logo = '../logo/qpdf.svg'
|
html_logo = '../logo/qpdf.svg'
|
||||||
|
html_static_path = ['_static']
|
||||||
|
html_css_files = [
|
||||||
|
'css/wraptable.css',
|
||||||
|
]
|
||||||
highlight_language = 'none'
|
highlight_language = 'none'
|
||||||
|
Loading…
Reference in New Issue
Block a user