Merge pull request #2140 from Safelite/CSR-2404-fix-font

CSR-2404 fix word wrap.
This commit is contained in:
bmauger 2024-11-21 13:22:50 -05:00 committed by GitHub
commit 81a0ed09df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -276,11 +276,16 @@ export default {
max-height: 500px;
}
.row {
align-items: center;
}
p {
font-weight: 600;
display: flex;
justify-content: space-between;
align-items: center;
white-space: nowrap;
span {
&.pricing-info {
color: $green;