Skip to content

Commit

Permalink
fix(mobile/location-search): Make location suggestions visible.
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Oct 17, 2023
1 parent ad14cde commit 6f7b943
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/components/mobile/location-search.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { connect } from 'react-redux'
import { injectIntl } from 'react-intl'
import {
MenuItemA,
MenuItemLi,
MenuItemList
} from '@opentripplanner/location-field/lib/styled'
Expand All @@ -20,7 +19,7 @@ const MobileLocationField = styled(LocationField)`
${MenuItemList} {
width: 100%;
}
${MenuItemA}, ${MenuItemLi} {
${MenuItemLi} {
overflow: hidden;
padding-left: 5px;
padding-right: 5px;
Expand Down

0 comments on commit 6f7b943

Please sign in to comment.