mirror of
https://github.com/nxshock/gron.git
synced 2024-11-27 03:41:00 +05:00
Limit size of pre blocks
This commit is contained in:
parent
a27dfd4b25
commit
6fe7019fb3
@ -119,6 +119,9 @@ form {
|
||||
|
||||
pre {
|
||||
font-family: "Consolas";
|
||||
max-height: 16em;
|
||||
max-width: 80em;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.no-padding {
|
||||
|
Loading…
Reference in New Issue
Block a user