Skip to content

Commit d309541

Browse files
authored
Fix bottom margin for notes (github#32285)
1 parent 06b3e3d commit d309541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stylesheets/extended-markdown.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
&.warning,
3030
&.tip,
3131
&.danger {
32-
p {
33-
margin: 0;
32+
p:last-child {
33+
margin-bottom: 0;
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)