mb/google/hatch: Remove unused USB2 port5 from baseboard devicetree
[coreboot.git] / Documentation / _static / theme_overrides.css
blobe73518b6d5d8ea44e0e8a668e64c20f58e465874
1 /*
2 * Copyright 2018 Patrick Rudolph <siro@das-labor.org>
4 * licensed under CC-by 4.0
5 */
7 /* override table width restrictions */
8 @media screen and (min-width: 767px) {
9 .wy-table-responsive table td {
10 /* !important prevents the common CSS stylesheets from overriding
11 this as on RTD they are loaded after this stylesheet */
12 white-space: normal !important;
15 .wy-table-responsive {
16 overflow: visible !important;