diff options
Diffstat (limited to 'scripts/automation/trex_control_plane/doc_stl/_static')
-rw-r--r-- | scripts/automation/trex_control_plane/doc_stl/_static/no_scrollbars.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/automation/trex_control_plane/doc_stl/_static/no_scrollbars.css b/scripts/automation/trex_control_plane/doc_stl/_static/no_scrollbars.css new file mode 100644 index 00000000..f86e823a --- /dev/null +++ b/scripts/automation/trex_control_plane/doc_stl/_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 |