Browse Source

add minHeight on the table

iynewz 3 years ago
parent
commit
133d1cec42
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/src/components/grid/Table.tsx

+ 1 - 0
client/src/components/grid/Table.tsx

@@ -46,6 +46,7 @@ const useStyles = makeStyles(theme => ({
   },
   },
   table: {
   table: {
     minWidth: 750,
     minWidth: 750,
+    minHeight: 57,
   },
   },
   tableCell: {
   tableCell: {
     background: theme.palette.common.white,
     background: theme.palette.common.white,