From f41243e8b35130349032c913a80a04f83ecc93dc Mon Sep 17 00:00:00 2001 From: Brandon Nguyen <112731698+bxngyn@users.noreply.github.com> Date: Tue, 29 Jul 2025 14:01:03 -0400 Subject: [PATCH] update line height --- compare50/_renderer/static/match.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compare50/_renderer/static/match.css b/compare50/_renderer/static/match.css index 0aae04f..b83ae61 100644 --- a/compare50/_renderer/static/match.css +++ b/compare50/_renderer/static/match.css @@ -115,7 +115,7 @@ pre { } .line { - line-height: 1em; + line-height: 1.15em; font-family: Consolas, monospace; }