Explorar el Código

UI update

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang hace 1 año
padre
commit
9b6f832b18
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      client/src/components/layout/Header.tsx

+ 1 - 0
client/src/components/layout/Header.tsx

@@ -23,6 +23,7 @@ const useStyles = makeStyles((theme: Theme) =>
       paddingRight: theme.spacing(1),
       backgroundColor: '#fff',
       borderBottom: '1px solid #e0e0e0',
+      minHeight: 56,
     },
     contentWrapper: {
       display: 'flex',