Skip to content

Commit 32f2f52

Browse files
fix squashing of event autocomplete
1 parent a25b262 commit 32f2f52

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/web/features/communities/events/DiscoverEventsList.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@ const DiscoverEventsList = () => {
138138
fieldError={undefined}
139139
fullWidth={isMobile}
140140
autocompleteContext="discover-events-list"
141+
sx={{
142+
"#location-autocomplete": {
143+
width: "100%",
144+
},
145+
}}
141146
/>
142147
);
143148

0 commit comments

Comments
 (0)