mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04: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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue