From d4b9b6ed3288ea790026416980e00c27d9c407dc Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Wed, 4 Apr 2018 12:40:42 +0300 Subject: [PATCH] Fix line-height showing scrollbar on mobile --- client/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/css/style.css b/client/css/style.css index d7796416..003bfe34 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -2251,6 +2251,11 @@ 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 { background: #455164; height: 100%;