Merge pull request #2810 from Safelite/feature/CASH-1403

CASH-1403: Parity - increase height for error messages
This commit is contained in:
Chris 2025-08-29 10:31:53 -04:00 committed by GitHub
commit 014692faec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -921,7 +921,10 @@ export default {
border: 0 none;
@include media-breakpoint-down(lg) {
min-height: 1688px;
min-height: 1750px;
}
@include media-breakpoint-down(md) {
min-height: 1890px;
}
}
#pageLoadingModal {