blob: c50f05cfa52ab862bdd7c876207fa2253cb191d8 [file] [log] [blame]
Gyorgy Szingdb9783c2019-04-17 21:08:48 +02001/*
2 * Copyright (c) 2019, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
8.wy-nav-content {
9 max-width: 85% !important;
10}
Antonio de Angelis2d28ce02019-05-08 15:54:24 +010011
12/* Avoid tables not wrapping text */
13@media screen and (min-width: 767px) {
14
15 .wy-table-responsive table td {
16 white-space: normal !important;
17 }
18
19 .wy-table-responsive {
20 overflow: visible !important;
21 }
22}