Skip to content

Commit 34f8fc8

Browse files
authored
Merge pull request Expensify#88072 from bernhardoj/fix/88049-missing-padding-betwen-input-and-suggestion
[CP Staging] Fix missing padding between search input and suggestion
2 parents 206ffc6 + 2560565 commit 34f8fc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Search/SearchPageHeader/SearchPageInputWide.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function SearchPageInputWide({queryJSON, handleSearch}: SearchPageInputWideProps
9797
onKeyPress={handleKeyPress}
9898
/>
9999
{isAutocompleteListVisible && (
100-
<View style={[styles.mh65vh]}>
100+
<View style={[styles.mh65vh, styles.mt3]}>
101101
<SearchAutocompleteList
102102
autocompleteQueryValue={autocompleteQueryValue}
103103
handleSearch={handleSearchAction}

0 commit comments

Comments
 (0)