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