Make sure textareas have the right font
This commit is contained in:
parent
16895e52e8
commit
ab8e756034
@ -443,6 +443,7 @@ form {
|
|||||||
textarea {
|
textarea {
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
|
font-family: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=color] {
|
input[type=color] {
|
||||||
|
Loading…
Reference in New Issue
Block a user