Skip to content

Commit ee85c98

Browse files
committed
Suppress top-margin on first paragraph in a multi-para note.
1 parent 42414d1 commit ee85c98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-module/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ p, div.note {
5454
margin-top: 1em
5555
}
5656

57-
dd > p:first-child, li > p:first-child {
57+
dd > p:first-child, li > p:first-child, .note > p:first-child {
5858
margin-top: 0
5959
}
6060

0 commit comments

Comments
 (0)