Fix minor misalignment of plaintext editor

This commit is contained in:
David Evans 2021-10-25 22:19:21 +01:00
parent 2e425b5223
commit f0f34e0380
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ html, body {
padding: 4px 8px 16px 8px;
resize: none;
white-space: pre;
box-sizing: border-box;
}
.param {