fixed line-height for text box

This commit is contained in:
hakui 2017-02-18 01:54:54 -06:00
parent 734597b43f
commit 0faaeb02f3
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@
form textarea {
border: none;
border-radius: 2px;
line-height:16px;
padding: 0.5em;
resize: vertical;
}