File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
WooCommerce/Classes/ViewRelated/Coupons/UsageDetails Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ struct CouponUsageDetails: View {
1313 ScrollView {
1414 VStack ( alignment: . leading, spacing: 0 ) {
1515 ListHeaderView ( text: Localization . usageRestriction. uppercased ( ) , alignment: . left)
16+ . padding ( . horizontal, insets: geometry. safeAreaInsets)
1617 VStack ( alignment: . leading, spacing: 0 ) {
1718 Divider ( )
1819 TitleAndTextFieldRow ( title: String . localizedStringWithFormat ( Localization . minimumSpend, viewModel. currencySymbol) ,
@@ -75,6 +76,7 @@ struct CouponUsageDetails: View {
7576 . padding ( . top, Constants . margin)
7677
7778 ListHeaderView ( text: Localization . usageLimits. uppercased ( ) , alignment: . left)
79+ . padding ( . horizontal, insets: geometry. safeAreaInsets)
7880 VStack ( alignment: . leading, spacing: 0 ) {
7981 Divider ( )
8082 TitleAndToggleRow ( title: Localization . individualUseOnly, isOn: . constant( viewModel. individualUseOnly) )
You can’t perform that action at this time.
0 commit comments