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.
2 parents 93cb302 + 94cbb46 commit 88933c5Copy full SHA for 88933c5
docs/_static/theme_overrides.css
@@ -1,13 +1,17 @@
1
/* override table width restrictions */
2
@media screen and (min-width: 767px) {
3
-
4
- .wy-table-responsive table td {
5
- /* !important prevents the common CSS stylesheets from overriding
+ .wy-table-responsive table td {
+ /* !important prevents the common CSS stylesheets from overriding
6
this as on RTD they are loaded after this stylesheet */
7
- white-space: normal !important;
8
- }
+ white-space: normal !important;
+ }
+
9
+ .wy-table-responsive {
10
+ overflow: visible !important;
11
12
- .wy-table-responsive {
- overflow: visible !important;
13
+ /* Have page match browser width, vs fixed size */
14
+ .wy-nav-content {
15
+ max-width: calc(100% - 50px) !important;
16
17
}
0 commit comments