mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Larger min-height for textareas, and size based on font size
This commit is contained in:
parent
b05f00087a
commit
185f3c65cd
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ textarea {
|
|||
max-width: 340px;
|
||||
min-width: 250px;
|
||||
height: auto;
|
||||
min-height: 80px;
|
||||
min-height: 6.5em;
|
||||
}
|
||||
|
||||
input, select, textarea {
|
||||
|
|
Loading…
Add table
Reference in a new issue