summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/doc/_static/no_scrollbars.css
blob: f86e823ad84a54cb1f1056ad660e8226f9816d94 (plain)
1
2
3
4
5
6
7
8
9
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;
}