Fix missing (not displaying) chevron for where's my vin toggle.

This commit is contained in:
Bryan Mauger 2023-01-13 15:12:04 -05:00
parent 5eec64c483
commit 22092de90b

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);