Skip to content

Commit

Permalink
fix(auth): prevent content shift when checking checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
royschut committed Aug 6, 2021
1 parent d0de727 commit 72ea3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Checkbox/Checkbox.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
align-items: center;
width: 20px;
height: 20px;
margin: 4px 0;
margin: 8px 0;
vertical-align: middle;
border-radius: 2px;
cursor: pointer;
Expand Down

0 comments on commit 72ea3f6

Please sign in to comment.