From 1ab7d55ef79b89dc41b28da3d492c1bb52cfcd4a Mon Sep 17 00:00:00 2001 From: Vlad Gerasimov Date: Tue, 24 Sep 2024 04:21:28 +0400 Subject: [PATCH] set line height to 1.5em everywhere (#228) --- webview-ui/src/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webview-ui/src/index.css b/webview-ui/src/index.css index 7544c11..c218019 100644 --- a/webview-ui/src/index.css +++ b/webview-ui/src/index.css @@ -20,6 +20,9 @@ html { body { margin: 0; } +body, body * { + line-height: 1.5em; +} body.scrollable, .scrollable,