Skip to content

Commit 628e7ec

Browse files
committed
Make title text stretch horizontally
1 parent ff51bfd commit 628e7ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/Classes/ViewRelated/Orders/Order Details/Shipping Labels/WooShipping Create Shipping Labels/WooShipping Hazmat Section/WooShippingHazmatDetailView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ struct WooShippingHazmatDetailView: View {
2525
Text(Localization.title)
2626
.secondaryTitleStyle()
2727
.bold()
28+
.frame(maxWidth: .infinity, alignment: .leading)
2829

2930
Toggle(isOn: $isHazardous) {
3031
Text(Localization.toggleLabel)

0 commit comments

Comments
 (0)