Merge pull request #935 from Safelite/CSR-1060-fix-missing-chevron

Fix missing (not displaying) chevron for where's my vin toggle.
This commit is contained in:
bmauger 2023-01-13 15:20:41 -05:00 committed by GitHub
commit faa747ec8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,8 @@ export default {
background-position: right center;
margin-left: 0.5rem;
width: 16px;
height: auto;
height: 9px;
display: inline-flex;
}
&.active:after {
transform: rotate(180deg);