mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-13 13:16:55 +03:00
Add horizontal scrolling to pre blocks.
This commit is contained in:
parent
ab9621ed81
commit
33c1e5b5ba
|
@ -56,3 +56,9 @@ h2, h3 {
|
||||||
.errorlist {
|
.errorlist {
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
overflow: auto;
|
||||||
|
word-wrap: normal;
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user