summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/doc/_static/no_scrollbars.css
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/automation/trex_control_plane/doc/_static/no_scrollbars.css')
-rwxr-xr-xscripts/automation/trex_control_plane/doc/_static/no_scrollbars.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/automation/trex_control_plane/doc/_static/no_scrollbars.css b/scripts/automation/trex_control_plane/doc/_static/no_scrollbars.css
new file mode 100755
index 00000000..f86e823a
--- /dev/null
+++ b/scripts/automation/trex_control_plane/doc/_static/no_scrollbars.css
@@ -0,0 +1,10 @@
+/* override table width restrictions */
+.wy-table-responsive table td, .wy-table-responsive table th {
+ /* !important prevents the common CSS stylesheets from
+ overriding this as on RTD they are loaded after this stylesheet */
+ white-space: normal !important;
+}
+
+.wy-table-responsive {
+ overflow: visible !important;
+} \ No newline at end of file