Преглед изворни кода

add minHeight on the table

iynewz пре 3 година
родитељ
комит
133d1cec42
1 измењених фајлова са 1 додато и 0 уклоњено
  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,