Skip to content

Commit d55613a

Browse files
committed
Don't apply padding on last element if it is a highlited div
This is because supposedly hidden background color will show
1 parent f18de3e commit d55613a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/formats/revealjs/quarto.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ kbd {
10571057
}
10581058
.callout-body {
10591059
> .callout-content {
1060-
> :last-child {
1060+
> :last-child:not(div.sourceCode) {
10611061
padding-bottom: 0.5rem;
10621062
margin-bottom: 0;
10631063
}

0 commit comments

Comments
 (0)