Skip to content

Commit

Permalink
increase margins between content in liquidity table on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
benwolski committed Sep 30, 2024
1 parent 3e915dc commit 252f316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styled/Components/TransactionTable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const RangeRow = styled(Row)<{
: !leaderboard
? size === 'small'
? `grid-template-columns:
minmax(100px, 1fr) minmax(60px, 1fr) minmax(50px, 1fr)
minmax(120px, 1fr) minmax(70px, 1fr) minmax(70px, 1fr)
minmax(25px, 1fr) minmax(30px, 20%)`
: size === 'medium'
? `grid-template-columns:
Expand Down

0 comments on commit 252f316

Please sign in to comment.