From 8cb3a25245ba072abc28bb02af96a3228fcc19f4 Mon Sep 17 00:00:00 2001 From: Freeplay Date: Sat, 25 Feb 2023 19:48:10 -0500 Subject: [PATCH] change line height --- packages/client/src/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/style.scss b/packages/client/src/style.scss index ea16f054c6..0bab91771f 100644 --- a/packages/client/src/style.scss +++ b/packages/client/src/style.scss @@ -32,7 +32,7 @@ html { overflow-wrap: break-word; font-family: "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif; font-size: 14px; - line-height: 1.35; + line-height: 1.6; text-size-adjust: 100%; tab-size: 2;