diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 8e50ad43..97ad3f80 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -188,3 +188,18 @@ background-color: #ffffff; } } + + +.md-typeset__scrollwrap table { + width: 100%; + table-layout: fixed; +} + +/* Force wrapping in long text */ +.md-typeset__scrollwrap td, +.md-typeset__scrollwrap th { + white-space: normal; + overflow-wrap: anywhere; + word-break: break-word; +} +