From 2ab671664e1ac550fbb22b81284c665f72eee1d9 Mon Sep 17 00:00:00 2001 From: John Sullivan Date: Sat, 9 Oct 2021 22:23:58 -0700 Subject: [PATCH] Vertically center topic editing input in Safari. (#4325) --- client/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/css/style.css b/client/css/style.css index 30bceaaa..d8c52ef8 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1067,6 +1067,7 @@ textarea.input { height: 35px; overflow: hidden; font-size: 14px; + line-height: normal; outline: none; }