pre styling

This commit is contained in:
Roman Gotsiy 2015-10-30 10:27:02 +02:00
parent 29677bbd64
commit 8bc2d8f2bd

View File

@ -27,3 +27,10 @@ side-menu {
redoc {
margin-left: 260px;
}
pre {
white-space: pre-wrap;
background-color: #f2f2f2;
padding: 10px;
overflow-x: auto;
}