mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Missing bottom padding on lists
Add some padding to the bottom of the list, much better!
This commit is contained in:
parent
ed4260dd38
commit
a08bc8bb81
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