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