mirror of
https://github.com/outbackdingo/meta-tanowrt.git
synced 2026-01-28 10:19:38 +00:00
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>
13 lines
364 B
CSS
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;
|
|
}
|
|
}
|