File tree 2 files changed +5
-4
lines changed
pages/ReimbursementAccount
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ const CheckboxWithLabel = ({
64
64
styles . w100 ,
65
65
styles . flexRow ,
66
66
styles . flexWrap ,
67
+ styles . flexShrink1 ,
67
68
styles . alignItemsCenter ,
68
69
] }
69
70
>
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ class BeneficialOwnersStep extends React.Component {
149
149
< Text > { this . props . translate ( 'beneficialOwnersStep.checkAllThatApply' ) } </ Text >
150
150
</ Text >
151
151
< CheckboxWithLabel
152
- style = { [ styles . mb2 , styles . mr2 ] }
152
+ style = { [ styles . mb2 ] }
153
153
isChecked = { this . state . ownsMoreThan25Percent }
154
154
onPress = { ( ) => this . toggleCheckbox ( 'ownsMoreThan25Percent' ) }
155
155
LabelComponent = { ( ) => (
@@ -160,7 +160,7 @@ class BeneficialOwnersStep extends React.Component {
160
160
) }
161
161
/>
162
162
< CheckboxWithLabel
163
- style = { [ styles . mb2 , styles . mr2 ] }
163
+ style = { [ styles . mb2 ] }
164
164
isChecked = { this . state . hasOtherBeneficialOwners }
165
165
onPress = { ( ) => {
166
166
this . setState ( ( prevState ) => {
@@ -224,7 +224,7 @@ class BeneficialOwnersStep extends React.Component {
224
224
) }
225
225
</ View >
226
226
) }
227
- < Text style = { [ styles . textStrong , styles . mb5 ] } >
227
+ < Text style = { [ styles . mv5 ] } >
228
228
{ this . props . translate ( 'beneficialOwnersStep.agreement' ) }
229
229
</ Text >
230
230
< CheckboxWithLabel
@@ -235,7 +235,7 @@ class BeneficialOwnersStep extends React.Component {
235
235
< View style = { [ styles . flexRow ] } >
236
236
< Text > { this . props . translate ( 'common.iAcceptThe' ) } </ Text >
237
237
< TextLink href = "https://use.expensify.com/achterms" >
238
- { `${ this . props . translate ( 'beneficialOwnersStep.termsAndConditions' ) } . ` }
238
+ { `${ this . props . translate ( 'beneficialOwnersStep.termsAndConditions' ) } ` }
239
239
</ TextLink >
240
240
</ View >
241
241
) }
You can’t perform that action at this time.
0 commit comments