mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 13:30:33 +03:00
pre styling
This commit is contained in:
parent
29677bbd64
commit
8bc2d8f2bd
|
@ -27,3 +27,10 @@ side-menu {
|
||||||
redoc {
|
redoc {
|
||||||
margin-left: 260px;
|
margin-left: 260px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
background-color: #f2f2f2;
|
||||||
|
padding: 10px;
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user