fix emoji inputs having odd paddings and line-height
This commit is contained in:
parent
6536fe229b
commit
abd1407a0b
2 changed files with 3 additions and 3 deletions
|
|
@ -531,7 +531,7 @@ textarea {
|
|||
}
|
||||
|
||||
// Textareas should have stock line-height + vertical padding instead of huge line-height
|
||||
textarea {
|
||||
textarea.input {
|
||||
padding: var(--_padding);
|
||||
line-height: var(--post-line-height);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue