Skip to content

Commit

Permalink
Fix blockquote's type label repeating itself multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Oct 8, 2024
1 parent 8cb25fc commit 10802cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/render/theme/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 10802cc

Please sign in to comment.