Set minimum height to icons at All Boards page.

Thanks to xet7 !
reviewable/pr3359/r1
Lauri Ojansivu 5 years ago
parent d1c8917cd2
commit 6193a0b64e
  1. 3
      client/components/boards/boardsList.styl

@ -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…
Cancel
Save