2 * Copyright 2018 Patrick Rudolph <siro@das-labor.org>
4 * licensed under CC-by 4.0
7 /* override table width restrictions */
8 @media screen and
(min-width: 767px) {
9 .wy-table-responsive table td {
10 /* !important prevents the common CSS stylesheets from overriding
11 this as on RTD they are loaded after this stylesheet */
12 white-space: normal
!important
;
15 .wy-table-responsive {
16 overflow: visible
!important
;