From c630805511cba221865ee4fa1eb6061a645a6f07 Mon Sep 17 00:00:00 2001 From: Xin Date: Fri, 2 Feb 2024 18:37:54 -0500 Subject: [PATCH] fix: details toggle display issue (#273) when more than two lines of summary are provided --- assets/css/typography.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/typography.css b/assets/css/typography.css index 11d7cde2..7bee5111 100644 --- a/assets/css/typography.css +++ b/assets/css/typography.css @@ -109,5 +109,6 @@ article details > summary { height: 1.2em; width: 1.2em; vertical-align: -4px; + padding: 0 0.6em; } }