Skip to content

Commit 3680798

Browse files
committed
Partially fix white-space wrapping in tables
This still overflows, but it's much more readable than it was.
1 parent ca2911b commit 3680798

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

docs/_static/rope.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* override table width restrictions */
2+
.wy-table-responsive table td, .wy-table-responsive table th {
3+
white-space: normal;
4+
}

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
# relative to this directory. They are copied after the builtin static files,
6363
# so a file named "default.css" will overwrite the builtin "default.css".
6464
html_static_path = ["_static"]
65+
html_css_files = ["rope.css"]
6566

6667
# Make sure the target is unique
6768
autosectionlabel_prefix_document = True

0 commit comments

Comments
 (0)