Merge pull request #3351 from danger89/patch-1

Missing bottom padding on lists
This commit is contained in:
Lauri Ojansivu 2020-11-15 00:21:27 +02:00 committed by GitHub
commit 17867159ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -388,10 +388,12 @@ a
ol
list-style-type: decimal
padding-left: 20px
padding-bottom: 10px
ul
list-style-type: initial
padding-left: 20px
padding-bottom: 10px
em
font-style : italic