We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2152ed commit 7bfd7faCopy full SHA for 7bfd7fa
1 file changed
user_guide_src/source/_static/css/citheme.css
@@ -256,6 +256,11 @@ div#pulldown-menu {
256
background-color: #f1d40f !important;
257
}
258
259
+/* override table width restrictions */
260
+.wy-table-responsive table td, .wy-table-responsive table th {
261
+ white-space: pre;
262
+}
263
+
264
.rst-content dl:not(.docutils) dt {
265
background: #fdc894;
266
color: #434343;
0 commit comments