Merge pull request #454 from Safelite/defect/digital/SSR-662

SSR-662 Fix policy vehicle error message being center aligned
This commit is contained in:
Josh Dassinger 2023-09-22 15:34:52 -05:00 committed by GitHub
commit d977f6bc43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -235,7 +235,7 @@ export default {
.header{
margin-bottom: 0rem !important;
}
.form-test-error{
:deep(.form-test-error){
text-align: left;
margin-top: 0rem !important;
line-height: 1.50rem;