2014-04-28 20:37:49 +02:00
|
|
|
|
|
|
|
|
/* override table width restrictions */
|
|
|
|
|
.wy-table-responsive table td, .wy-table-responsive table th {
|
2014-04-28 21:39:20 +02:00
|
|
|
/* !important prevents the common CSS stylesheets from
|
|
|
|
|
overriding this as on RTD they are loaded after this stylesheet */
|
|
|
|
|
white-space: normal !important;
|
2014-04-28 20:37:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wy-table-responsive {
|
2014-04-28 21:39:20 +02:00
|
|
|
overflow: visible !important;
|
2014-04-28 20:37:49 +02:00
|
|
|
}
|
|
|
|
|
|