mirror of
https://github.com/nxshock/gron.git
synced 2025-07-01 00:13:36 +05:00
Limit size of pre blocks
This commit is contained in:
parent
a27dfd4b25
commit
6fe7019fb3
1 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,9 @@ form {
|
|||
|
||||
pre {
|
||||
font-family: "Consolas";
|
||||
max-height: 16em;
|
||||
max-width: 80em;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.no-padding {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue