Skip to content

Commit

Permalink
Merge pull request #459 from primitivefinance/develop
Browse files Browse the repository at this point in the history
fix(lp): flex
  • Loading branch information
zachdt authored Jan 29, 2021
2 parents 4d86f12 + 76f1f1a commit 4b7469a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Liquidity/LiquidityTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ const LiquidityTable: React.FC<OptionsTableProps> = (props) => {

export const LiquidityTableContainer = styled.div`
position: relative;
display: flex;
flex-direction: column;
overflow-x: show;
`

Expand Down

1 comment on commit 4b7469a

@vercel
Copy link

@vercel vercel bot commented on 4b7469a Jan 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.