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,
i,
code,
span {
span,
textarea {
display: inline;
font-family: inherit;
font-size: inherit;
@ -252,6 +253,9 @@ b {
i {
font-style: italic;
}
textarea {
display: block;
}
pre {
white-space: pre-wrap;
}