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 {
font-family: "Consolas";
max-height: 16em;
max-width: 80em;
overflow: auto;
}
.no-padding {