Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 1 | /* |
| 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 Angelis | 2d28ce0 | 2019-05-08 15:54:24 +0100 | [diff] [blame] | 11 | |
| 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 | } |