diff --git a/docs/extra.css b/docs/extra.css index 1751fb4fa1..f8631890fb 100644 --- a/docs/extra.css +++ b/docs/extra.css @@ -7,3 +7,8 @@ .hidden { display: none; } + +.md-content { + /* Needed so that content doesn't overflow under right sidebar (and not be copyable) */ + overflow-wrap: break-word; +} \ No newline at end of file