diff options
Diffstat (limited to 'djangorestframework')
| -rw-r--r-- | djangorestframework/static/djangorestframework/css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/djangorestframework/static/djangorestframework/css/style.css b/djangorestframework/static/djangorestframework/css/style.css index 5c44e93f..2d937be4 100644 --- a/djangorestframework/static/djangorestframework/css/style.css +++ b/djangorestframework/static/djangorestframework/css/style.css @@ -56,3 +56,9 @@ h2, h3 { .errorlist { margin-top: 0.5em; } + +pre { + overflow: auto; + word-wrap: normal; + white-space: pre; +} |
