Fix height of dashboard counters (#11736)

th-downstream
ThibG 5 years ago committed by Eugen Rochko
parent 436266ca27
commit c5e4f4e0c1

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

Loading…
Cancel
Save