Skip to content

Commit

Permalink
fix(style): user agent override
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdt committed Feb 4, 2021
1 parent 72d7ce7 commit 51b5ebf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PriceInput/PriceInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,6 @@ const StyledContainer = styled.div`
width: 100%;
display: flex;
flex-direction: column;
position: inherit;
`
export default PriceInput
2 changes: 2 additions & 0 deletions src/components/TableCell/TableCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const TableCell: React.FC = (props) => {
const StyledTableCell = styled.div`
color: inherit;
flex: 1;
display: block;
position: inherit;
`

export default TableCell

0 comments on commit 51b5ebf

Please sign in to comment.