Browse Source

Set minimum height to icons at All Boards page.

Thanks to xet7 !
Lauri Ojansivu 4 years ago
parent
commit
6193a0b64e
1 changed files with 1 additions and 2 deletions
  1. 1 2
      client/components/boards/boardsList.styl

+ 1 - 2
client/components/boards/boardsList.styl

@@ -33,13 +33,12 @@ $spaceBetweenTiles = 16px
     overflow: hidden;
     overflow: hidden;
     background-color: #999
     background-color: #999
     color: #f6f6f6
     color: #f6f6f6
-    height: auto
+    min-height: 100px
     font-size: 16px
     font-size: 16px
     line-height: 22px
     line-height: 22px
     border-radius: 3px
     border-radius: 3px
     display: block
     display: block
     font-weight: 700
     font-weight: 700
-    min-height: 18px
     padding: 8px
     padding: 8px
     margin: ($spaceBetweenTiles/2)
     margin: ($spaceBetweenTiles/2)
     position: relative
     position: relative