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:
commit
faa747ec8f
1 changed files with 2 additions and 1 deletions
|
|
@ -65,7 +65,8 @@ export default {
|
||||||
background-position: right center;
|
background-position: right center;
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: auto;
|
height: 9px;
|
||||||
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
&.active:after {
|
&.active:after {
|
||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue