Skip to content

Commit

Permalink
fix(project): prevent native styling and content shift
Browse files Browse the repository at this point in the history
  • Loading branch information
royschut committed Aug 4, 2021
1 parent 44e2691 commit 1718e2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Checkbox/Checkbox.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,12 @@
align-items: center;
width: 20px;
height: 20px;
margin: 4px 0;
vertical-align: middle;
border-radius: 2px;
cursor: pointer;
transition: all 0.3s;
-webkit-appearance: none;
appearance: none;

&::before {
Expand Down

0 comments on commit 1718e2c

Please sign in to comment.