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
+4
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;
}