Skip to content

Commit af55290

Browse files
authored
[Docs] Use scrollbar when table is too wide. (#4784)
This makes the CMake options table look nicer in the sphinx docs. The proposed changes: - [ ] fix a bug or incorrect behavior in AMReX - [ ] add new capabilities to AMReX - [ ] changes answers in the test suite to more than roundoff level - [ ] are likely to significantly affect the results of downstream AMReX users - [x] include documentation in the code and/or rst files, if appropriate
1 parent 15c4a2c commit af55290

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Docs/sphinx_documentation/source/_static/theme_overrides.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
.wy-table-responsive {
77
margin-bottom: 24px;
88
max-width: 100%;
9-
overflow: visible;
10-
}
9+
}

0 commit comments

Comments
 (0)