From d260ee05da8b75560300f120b33c571b4ce792ca Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sat, 26 Jan 2019 10:34:12 +0200 Subject: [PATCH] Fix line-height to match height in input --- client/css/style.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index cbb7ac46..326c42ff 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1983,7 +1983,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ min-height: 19px; /* Required when computing input height at char deletion */ height: 19px; max-height: 95px; /* min-height/height x number of lines maximum */ - line-height: 1.4; + line-height: 19px /* should match height */; outline: none; margin: 5px; padding: 0; @@ -2361,11 +2361,6 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ font-size: 15px; } - #form #input { - /* change line-height due to increased font-size above */ - line-height: 1.3; - } - #sidebar { display: flex; background: var(--body-bg-color);