Files
meta-tanowrt/docs/sphinx-static/theme_overrides.css
Anton Kikin f98dc641d8 docs: Add preliminary revision of the documentation in Sphinx format
Currently, the documentation includes only a brief (preliminary)
description of the meta-tanowrt-hsl-rockchip layer and for the
supported by it boards.

Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2022-07-22 04:55:08 +03:00

13 lines
364 B
CSS

/* 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;
}
}