Merge pull request #337 from Safelite/bugfix/CSR-419

CSR-419: fix checkbox position
This commit is contained in:
AdamCaouetteSafelite 2022-04-12 09:47:00 -04:00 committed by GitHub
commit d92ef01466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -314,7 +314,7 @@ export default {
&:checked + label::after {
content: "";
margin: -0.25rem 0 0 0;
left: 0.875rem;
left: 1.15rem;
}
&:checked + label {