blob: c50f05cfa52ab862bdd7c876207fa2253cb191d8 [file] [log] [blame]
/*
* Copyright (c) 2019, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
.wy-nav-content {
max-width: 85% !important;
}
/* Avoid tables not wrapping text */
@media screen and (min-width: 767px) {
.wy-table-responsive table td {
white-space: normal !important;
}
.wy-table-responsive {
overflow: visible !important;
}
}