Fix 3px margin error

This commit is contained in:
yflory 2020-03-10 15:04:28 +01:00
parent c8f0c99ddc
commit 3a5e9a25a7
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
justify-content: center;
align-items: center;
padding: 5px;
margin: 3px;
margin: 3px !important;
cursor: default;
transition: order 0.5s, background-color 0.5s;
margin-top: 1px;