From 10802cc1a40a2c4960ffee3a1536e30d441e249d Mon Sep 17 00:00:00 2001 From: Giorgio Garofalo Date: Tue, 8 Oct 2024 23:38:08 +0200 Subject: [PATCH] Fix blockquote's type label repeating itself multiple times --- core/src/main/resources/render/theme/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/render/theme/global.css b/core/src/main/resources/render/theme/global.css index 07bcf800..cd00f7d9 100644 --- a/core/src/main/resources/render/theme/global.css +++ b/core/src/main/resources/render/theme/global.css @@ -149,7 +149,7 @@ blockquote[class] { font-style: normal; } -blockquote[class][data-labeled] :first-child::before { +blockquote[class][data-labeled] > :first-child::before { content: var(--quote-type-label) var(--qd-quote-type-label-suffix); font-weight: bold; font-style: normal;