tweak: make isso comment box larger

This commit is contained in:
Nuno Sempere 2023-04-14 22:31:21 +00:00
parent 88d76e8573
commit 9efc792c9b

View File

@ -196,7 +196,9 @@ pre {
border: 2px solid;
overflow-x: auto;
}
pre, code {
pre,
code {
display: block;
padding: 0.5em;
}
@ -353,3 +355,8 @@ table thead {
font-size: 20px;
}
.isso-textarea {
height: 15em;
resize: vertical;
}