diff --git a/doc/_static/css/custom.css b/doc/_static/css/custom.css index 711edd9936f..edd7f24629b 100644 --- a/doc/_static/css/custom.css +++ b/doc/_static/css/custom.css @@ -306,6 +306,12 @@ a.icon-home:visited { white-space: normal; } +/* Allow to control wrapping behavior per table */ +.wy-table-responsive table.wrap-normal td, +.wy-table-responsive table.wrap-normal th { + white-space: normal; +} + /* Make sure not to wrap keyboard shortcuts */ .wy-table-responsive table td kbd { white-space: nowrap;