Преглед на файлове

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,