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;