Skip to content

Commit 96910b6

Browse files
fix(checkout): pretty wrap PAYG total (#88039)
# before ![Screenshot 2025-03-26 at 3 17 56 PM](https://github.com/user-attachments/assets/3ca48b5d-747c-478a-8743-4167c8649bad) # after ![Screenshot 2025-03-26 at 3 18 31 PM](https://github.com/user-attachments/assets/0d2040e5-9102-408a-9ddf-02aa6e3b004e)
1 parent 756dbe7 commit 96910b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/gsApp/views/amCheckout/checkoutOverviewV2.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ const AdditionalMonthlyCharge = styled('div')`
359359
text-align: right;
360360
font-size: ${p => p.theme.fontSizeSmall};
361361
color: ${p => p.theme.subText};
362+
text-wrap: pretty;
362363
`;
363364

364365
const EmphasisText = styled('span')`

0 commit comments

Comments
 (0)