[Glitch] Fix height of dashboard counters

Port c5e4f4e0c1 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
lolsob-rspec
ThibG 2019-09-02 18:11:34 +02:00 committed by Thibaut Girka
parent dc41c64d81
commit 0ce0028b61
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
padding: 20px;
background: lighten($ui-base-color, 4%);
border-radius: 4px;
box-sizing: border-box;
height: 100%;
}
& > a {