CSR-2404 fix word wrap.

This commit is contained in:
Bryan Mauger 2024-11-21 13:09:52 -05:00
parent 61e7e13fcb
commit 03ca3bc39f

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;