Patch CSS to allow text wrapping in tables

This commit is contained in:
Maxime Besson 2020-05-15 17:55:43 +02:00
parent 5327e509cf
commit d913577fd8
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,4 @@
/* Wrap text in table cells */
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal;
}

View File

@ -161,7 +161,11 @@ html_theme = 'sphinx_rtd_theme'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
#html_static_path = ['_static']
html_static_path = ['_static']
html_css_files = [
'css/custom.css',
]
# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied