Skip to content

Commit

Permalink
Fix overflow in positions list
Browse files Browse the repository at this point in the history
  • Loading branch information
everdimension committed Sep 30, 2024
1 parent 153f614 commit e948e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/ui/pages/Overview/Positions/Positions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ function PositionList({
style={{
paddingTop: subHeadingIndex > 0 ? 8 : 4,
paddingBottom: 4,
overflowWrap: 'break-word',
}}
>
{name}
Expand Down
2 changes: 1 addition & 1 deletion src/ui/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
type="font/woff2"
crossorigin
/>

<!-- Preload protocol images for better animations in Forms -->
<link rel="preload" as="image" href="https://protocol-icons.s3.amazonaws.com/1inch.png">
<link rel="preload" as="image" href="https://protocol-icons.s3.amazonaws.com/uniswap-exchange.png">
Expand Down

0 comments on commit e948e7f

Please sign in to comment.