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:
parent
a15f75c0a4
commit
536e68183f
|
@ -20,6 +20,7 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
> .wc-block-order-confirmation-summary-list-item__value {
|
||||
line-break: anywhere;
|
||||
font-weight: inherit;
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue