Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
CRCunha committed Mar 15, 2021
2 parents 0be2ad6 + 779df56 commit 20a4436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/productPage/content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function Content() {
style={{
marginTop: 20,
overflow: 'auto',
height: '50vh',
height: '51vh',
}}
>
{productsStates.products.map((value) => {
Expand Down
1 change: 1 addition & 0 deletions src/components/pages/productPage/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const useStyles = makeStyles(() => ({
gridContainer: {
width: 'calc(100vw - 80px)',
height: '100vh',
overflow: 'hidden',
},
}));

Expand Down

0 comments on commit 20a4436

Please sign in to comment.