Merge pull request #2210 from Safelite/feature/CASH-77

CASH-77: fix text align on disclaimer
This commit is contained in:
AdamCaouetteSafelite 2025-01-16 10:48:40 -05:00 committed by GitHub
commit 76b4fa5b80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -284,6 +284,7 @@ export default {
.modal-disclaimer {
font-size: 0.75rem;
order: 2;
text-align: left;
a {
text-decoration: none;
}