mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Set minimum height to icons at All Boards page.
Thanks to xet7 !
This commit is contained in:
parent
d1c8917cd2
commit
6193a0b64e
1 changed files with 1 additions and 2 deletions
|
@ -33,13 +33,12 @@ $spaceBetweenTiles = 16px
|
|||
overflow: hidden;
|
||||
background-color: #999
|
||||
color: #f6f6f6
|
||||
height: auto
|
||||
min-height: 100px
|
||||
font-size: 16px
|
||||
line-height: 22px
|
||||
border-radius: 3px
|
||||
display: block
|
||||
font-weight: 700
|
||||
min-height: 18px
|
||||
padding: 8px
|
||||
margin: ($spaceBetweenTiles/2)
|
||||
position: relative
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue