mirror of https://github.com/zulip/zulip.git
11 lines
334 B
CSS
11 lines
334 B
CSS
|
/* 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;
|
||
|
}
|