appdaemon/docs/css/tablefix.css

12 lines
292 B
CSS

/* override table width restrictions */
/* Taken from https://github.com/OpenShot/openshot-qt/pull/1272 */
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal;
}
.wy-table-responsive {
margin-bottom: 24px;
max-width: 100%;
overflow: visible;
}