We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d89cd commit 00a412eCopy full SHA for 00a412e
src/doc/_static/custom.css
@@ -0,0 +1,11 @@
1
+.wy-table-responsive table td, .wy-table-responsive table th {
2
+ white-space: normal !important;
3
+}
4
+
5
+.wy-table-responsive {
6
+ overflow : visible !important;
7
8
9
10
+ white-space: inherit;
11
src/doc/conf.py
@@ -264,3 +264,5 @@ def setup(app):
264
# relative to this directory. They are copied after the builtin static files,
265
# so a file named "default.css" will overwrite the builtin "default.css".
266
html_static_path = ['_static']
267
268
+html_css_files = ['custom.css']
0 commit comments