From 28bb7a8b573ec451e319cfa3bcf144259bf5e543 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 15 Sep 2023 07:31:43 -0700 Subject: [PATCH] Increase instruct line height --- css/html_instruct_style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/html_instruct_style.css b/css/html_instruct_style.css index 72194db..9c2cefb 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -4,7 +4,7 @@ padding-bottom: 25px; font-size: 15px; font-family: 'Noto Sans', Helvetica, Arial, sans-serif; - line-height: 1.428571429; + line-height: 22px; } .username { @@ -13,7 +13,7 @@ .message-body p { font-size: 15px !important; - line-height: 1.4 !important; + line-height: 22px !important; margin-bottom: 1.25em !important; }