mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-01-19 10:46:05 +01:00
fixed line-height for text box
This commit is contained in:
parent
734597b43f
commit
0faaeb02f3
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
||||||
form textarea {
|
form textarea {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
line-height:16px;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue