Skip to content

Commit 40bf026

Browse files
committed
remove bottom margin of paragraph inside of list item
1 parent 975e827 commit 40bf026

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

browser/components/markdown.styl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ ul
169169
margin-bottom 1em
170170
li
171171
display list-item
172+
p
173+
margin 0
172174
&>li>ul, &>li>ol
173175
margin 0
174176
&>li>ul
@@ -181,6 +183,8 @@ ol
181183
margin-bottom 1em
182184
li
183185
display list-item
186+
p
187+
margin 0
184188
&>li>ul, &>li>ol
185189
margin 0
186190
code

0 commit comments

Comments
 (0)