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 0dc6b95 commit f2694bfCopy full SHA for f2694bf
source/_static/custom.css
@@ -1,3 +1,18 @@
1
.wy-side-nav-search, .wy-nav-top {
2
background: #4308E5;
3
}
4
+
5
+/* override table width restrictions
6
+ * https://rackerlabs.github.io/docs-rackspace/tools/rtd-tables.html */
7
+@media screen and (min-width: 767px) {
8
9
+ .wy-table-responsive table td {
10
+ /* !important prevents the common CSS stylesheets from overriding
11
+ this as on RTD they are loaded after this stylesheet */
12
+ white-space: normal !important;
13
+ }
14
15
+ .wy-table-responsive {
16
+ overflow: visible !important;
17
18
+}
0 commit comments