textarea styling
This commit is contained in:
parent
0754b3452e
commit
8f3fbcb115
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue