fix(monitor-list): increase padding to keep same monitor item height

pull/521/head
Bert Verhelst 3 years ago
parent 96129921e9
commit 1c2adf8723

@ -321,7 +321,7 @@ h2 {
.item {
display: block;
text-decoration: none;
padding: 10px 15px 10px 15px;
padding: 14px 15px;
border-radius: 10px;
transition: all ease-in-out 0.15s;

Loading…
Cancel
Save