Merge pull request #2763 from Safelite/CASH-1404-fix-label-style

CASH-1404 fix label style
This commit is contained in:
bmauger 2025-08-13 17:00:46 -04:00 committed by GitHub
commit 812f3ab1f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

@ -219,11 +219,6 @@ export default {
&.has-subheader {
& > .package-specs {
display: inline-flex;
@include media-breakpoint-up(lg) {
& > div:first-of-type {
display: flex;
}
}
}
}

View file

@ -291,6 +291,12 @@ export default {
height: 10px;
min-width: 10px;
}
&.has-subheader {
& > .package-specs {
display: inline-flex;
}
}
}
&:hover {