xref: /oneTBB/doc/_static/theme_overrides.css (revision 56d44d28)
1/* override table width restrictions */
2@media screen and (min-width: 767px) {
3
4   .wy-table-responsive table td {
5      /* !important prevents the common CSS stylesheets from overriding
6         this as on RTD they are loaded after this stylesheet */
7      white-space: normal !important;
8   }
9
10   .wy-table-responsive {
11      overflow: visible !important;
12   }
13}
14