From 89dbae2651acdd023c9dea7dee80b7d5487eaa47 Mon Sep 17 00:00:00 2001 From: Daniel <101145494+dan-jan@users.noreply.github.com> Date: Sun, 19 Nov 2023 12:01:48 +0800 Subject: [PATCH] Reduce line heights for list items --- docs/src/styles/tweaks.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/styles/tweaks.scss b/docs/src/styles/tweaks.scss index e4d44f6b9..8c5c7a8e9 100644 --- a/docs/src/styles/tweaks.scss +++ b/docs/src/styles/tweaks.scss @@ -95,6 +95,7 @@ padding-left: 32px; li { @apply leading-loose; + line-height: 1.5; } } }