Skip to content

Commit

Permalink
2543: Remove poi list horizontal scroll bar (#2544)
Browse files Browse the repository at this point in the history
* 2543: Removed poi list horizontal scroll bar

* 2543: added style for Mozilla support
  • Loading branch information
lunars97 authored Nov 8, 2023
1 parent 61671fc commit 0d67cd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/components/PoiListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ export const Description = styled.div`
flex-grow: 1;
padding: 0 22px;
align-self: center;
word-wrap: break-word;
word-break: break-word;
hyphens: auto;
`

const Title = styled.span`
Expand Down

0 comments on commit 0d67cd1

Please sign in to comment.