nichijou/doc/_static/theme_overrides.css

10 lines
241 B
CSS
Raw Normal View History

2019-12-13 19:44:34 -05:00
/* override table width restrictions */
@media screen and (min-width: 767px) {
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal !important;
}
.wy-table-responsive {
overflow: visible !important;
}
}