Skip to content

Commit

Permalink
Fix margin of View results button
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekBoman committed Aug 2, 2024
1 parent 72f97f2 commit cd1be96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Search/AdvancedSearchFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function AdvancedSearchFilters() {
</View>
<FormAlertWithSubmitButton
buttonText={translate('search.viewResults')}
containerStyles={[styles.m4]}
containerStyles={[styles.mh4, styles.mt4]}
onSubmit={onFormSubmit}
enabledWhenOffline
/>
Expand Down

0 comments on commit cd1be96

Please sign in to comment.