1
0
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:
nxshock 2022-10-27 13:35:02 +05:00
parent a27dfd4b25
commit 6fe7019fb3

View File

@ -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 {