From 6eef5fa3b33e0bbec2f1b473bce48d14334cf2e4 Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 4 Aug 2023 15:38:53 -0400 Subject: assets/css/default: Normalize font sizing on details pseudo --- themes/default/layouts/shortcodes/disclose.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'themes/default/layouts/shortcodes') diff --git a/themes/default/layouts/shortcodes/disclose.html b/themes/default/layouts/shortcodes/disclose.html index 2cc99c7..c5e7c2c 100644 --- a/themes/default/layouts/shortcodes/disclose.html +++ b/themes/default/layouts/shortcodes/disclose.html @@ -4,7 +4,9 @@ {{- $text = .Inner -}} {{- end -}} -
- {{ (or $.Page.Params.title $text) | markdownify }} +
+ + {{ (or $.Page.Params.title $text) | markdownify }} +
{{- /* This comment removes trailing newlines and white spaces. */ -}} -- cgit v1.2.3