From abd1407a0bd105aa6c6ccf7c51d3d726a2a1bc73 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 22 Feb 2024 18:19:28 +0200 Subject: fix emoji inputs having odd paddings and line-height --- src/App.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/App.scss') diff --git a/src/App.scss b/src/App.scss index 41e445d2..b9aded41 100644 --- a/src/App.scss +++ b/src/App.scss @@ -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); } -- cgit v1.2.3-70-g09d2