From 5a127c8b45a049d8914944524da2c7790a0574ee Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Wed, 25 Sep 2024 00:59:43 -0400 Subject: [PATCH] Update line height --- webview-ui/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview-ui/src/index.css b/webview-ui/src/index.css index 6811e48..ad2d8b5 100644 --- a/webview-ui/src/index.css +++ b/webview-ui/src/index.css @@ -19,7 +19,7 @@ html { body { margin: 0; - line-height: 1.3; + line-height: 1.25; } body.scrollable,