Browse Source

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

pull/521/head
Bert Verhelst 3 years ago
parent
commit
1c2adf8723
  1. 2
      src/assets/app.scss

2
src/assets/app.scss

@ -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