/*
 * Copyright (c) 2022, Arm Limited.
 *
 *  SPDX-License-Identifier: MIT
*/

.wy-nav-content {
    max-width: 75% !important;
}

/* override table no-wrap */
.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal;
}