Merge pull request #277 from Safelite/BRM-fix-horiz-list-button

Fix list-button-horizontal
This commit is contained in:
bmauger 2023-04-28 09:07:31 -04:00 committed by GitHub
commit fa18b3865f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,6 +158,7 @@ export default {
} }
} }
.windshield-chip-count-question {
.col, .col,
.list-group { .list-group {
border-radius: 0; border-radius: 0;
@ -219,4 +220,5 @@ export default {
} }
} }
} }
}
</style> </style>