Show scrollbar only when needed (#6802) (#6803)

This commit is contained in:
Lauris BH 2019-04-30 00:23:01 +03:00 committed by techknowlogick
parent 98d82a7dd9
commit 34ba1c8957
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -327,6 +327,10 @@
padding: 1em 2em 1em 2em;
}
pre {
overflow: auto;
}
.code-view {
* {
font-size: 12px;