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:
commit
004bc490bb
1 changed files with 0 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue