Skip to content

Commit

Permalink
Merge pull request #9947 from Expensify/vit-testDeployBlocker9807
Browse files Browse the repository at this point in the history
Fix the styles of the form submit button on requestCallPage
  • Loading branch information
mountiny authored Jul 18, 2022
2 parents 65a3115 + 6fcd65b commit e815060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/RequestCallPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ class RequestCallPage extends Component {
<FormAlertWithSubmitButton
buttonText={this.props.translate('requestCallPage.callMe')}
onSubmit={this.onSubmit}
containerStyles={[styles.w100, styles.mb2, styles.mh0]}
containerStyles={[styles.w100, styles.mb2, styles.mh0, styles.flexReset]}
isLoading={this.props.requestCallForm.loading}
isDisabled={isBlockedFromConcierge}
/>
Expand Down

0 comments on commit e815060

Please sign in to comment.