Use non-monospace fonts for textarea

This commit is contained in:
Kovid Goyal 2020-09-15 07:30:39 +05:30
parent 36fd18c621
commit 4659db231c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -90,3 +90,7 @@ input, select {
input[type=radio] {
margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0.25em
}
textarea {
font-family: inherit;
}