VGCP_robosuite / robomimic /docs /_static /theme_overrides.css
Renton-Ren's picture
Upload folder using huggingface_hub (part 18)
825cff4 verified
Raw
History Blame Contribute Delete
365 Bytes
/* override table width restrictions */
@media screen and (min-width: 767px) {
.wy-table-responsive table td {
/* !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;
}
}