Skip to content

Commit

Permalink
update home and readme text 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mozrt2 committed Dec 3, 2023
1 parent 7d69fe1 commit de0ecad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/organisms/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export default function ComparisonTable(): JSX.Element {
];

return (
<Box maxWidth="100%" height="100%" width="fit-content" overflow="auto" ml={2}>
<Box maxWidth="95%" height="100%" width="fit-content" overflow="auto" my={2}>
<DataGrid
rows={rows}
columns={columns}
Expand Down

0 comments on commit de0ecad

Please sign in to comment.