mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 17:00:13 +01:00
Merge pull request #3351 from danger89/patch-1
Missing bottom padding on lists
This commit is contained in:
commit
17867159ea
1 changed files with 2 additions and 0 deletions
|
|
@ -388,10 +388,12 @@ a
|
||||||
ol
|
ol
|
||||||
list-style-type: decimal
|
list-style-type: decimal
|
||||||
padding-left: 20px
|
padding-left: 20px
|
||||||
|
padding-bottom: 10px
|
||||||
|
|
||||||
ul
|
ul
|
||||||
list-style-type: initial
|
list-style-type: initial
|
||||||
padding-left: 20px
|
padding-left: 20px
|
||||||
|
padding-bottom: 10px
|
||||||
|
|
||||||
em
|
em
|
||||||
font-style : italic
|
font-style : italic
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue