Merge pull request #882 from Safelite/CSR-938-qa-fix-crowded-text

CSR-938 fix text crowding issue on small screen sizes.
This commit is contained in:
bmauger 2022-12-16 09:03:29 -05:00 committed by GitHub
commit 004bc490bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,14 +53,6 @@ export default {
&:focus {
box-shadow: 0 0 0 2.5px $blue;
}
&,
& + .form-check-label {
margin-top: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
}
&:hover {