Procházet zdrojové kódy

add minHeight on the table

iynewz před 3 roky
rodič
revize
133d1cec42
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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: {
     minWidth: 750,
+    minHeight: 57,
   },
   tableCell: {
     background: theme.palette.common.white,