fix: line break for long email address

## Description

The order confirmation page could expand the text beyond its boundaries when a long email address is used.

Allowing the browser to wrap the text seems like it would be preferable?
This commit is contained in:
Francesco 2024-02-29 16:21:32 +01:00 committed by GitHub
parent a15f75c0a4
commit 536e68183f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
font-weight: bold;
}
> .wc-block-order-confirmation-summary-list-item__value {
line-break: anywhere;
font-weight: inherit;
display: block;
}