diff --git a/docs/source/_static/default.css b/docs/source/_static/default.css index 917ee73..a976035 100644 --- a/docs/source/_static/default.css +++ b/docs/source/_static/default.css @@ -528,3 +528,7 @@ div.versionchanged { span.versionmodified { font-style: italic; } + +pre { + white-space: pre-wrap; +} \ No newline at end of file