Skip to content

Commit

Permalink
fix: width table
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdt committed Feb 4, 2021
1 parent b186f11 commit b2906c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PriceInput/PriceInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const OpacitySpan = styled.span`
`

const StyledContainer = styled.div`
width: 100% !important;
min-width: 100% !important;
display: flex !important;
flex-direction: column;
position: static !important;
Expand Down
1 change: 1 addition & 0 deletions src/components/TableCell/TableCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const TableCell: React.FC = (props) => {
}

const StyledTableCell = styled.div`
width: 100% !important;
color: inherit;
flex: 1;
display: block !important;
Expand Down

0 comments on commit b2906c2

Please sign in to comment.