Browse Source

Fix 3px margin error

master
yflory 10 months ago
parent
commit
3a5e9a25a7
1 changed files with 1 additions and 1 deletions
  1. 2
      customize.dist/src/less2/include/usergrid.less

2
customize.dist/src/less2/include/usergrid.less

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

Loading…
Cancel
Save