From 946aaa8eae84a655b8ef0c7e47361932e2c17130 Mon Sep 17 00:00:00 2001 From: "E. S." Date: Thu, 7 Nov 2024 02:49:24 +0300 Subject: [PATCH] css: fix line height in lists --- htdocs/scss/app/common.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/scss/app/common.scss b/htdocs/scss/app/common.scss index fe7da04..0e8d667 100644 --- a/htdocs/scss/app/common.scss +++ b/htdocs/scss/app/common.scss @@ -136,7 +136,7 @@ a:hover { } } -p, p code { +p, p code, li { line-height: 150%; } @@ -451,4 +451,4 @@ a.index-dl-line { margin-top: -1px; } } -} \ No newline at end of file +}