fix emoji inputs having odd paddings and line-height

This commit is contained in:
Henry Jameson 2024-02-22 18:19:28 +02:00
commit abd1407a0b
2 changed files with 3 additions and 3 deletions

View file

@ -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);
}