textarea styling

This commit is contained in:
ethan merchant 2024-11-27 15:33:44 -05:00
parent 0754b3452e
commit 8f3fbcb115

View file

@ -236,7 +236,8 @@ a,
b, b,
i, i,
code, code,
span { span,
textarea {
display: inline; display: inline;
font-family: inherit; font-family: inherit;
font-size: inherit; font-size: inherit;
@ -252,6 +253,9 @@ b {
i { i {
font-style: italic; font-style: italic;
} }
textarea {
display: block;
}
pre { pre {
white-space: pre-wrap; white-space: pre-wrap;
} }