From 6193a0b64e85df2f2353192e7efb16680b436622 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 18 Nov 2020 22:42:00 +0200 Subject: [PATCH] Set minimum height to icons at All Boards page. Thanks to xet7 ! --- client/components/boards/boardsList.styl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/components/boards/boardsList.styl b/client/components/boards/boardsList.styl index e36891814..067a21bcd 100644 --- a/client/components/boards/boardsList.styl +++ b/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