Browse Source

UI update

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 1 year ago
parent
commit
9b6f832b18
1 changed files with 1 additions and 0 deletions
  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),
       paddingRight: theme.spacing(1),
       backgroundColor: '#fff',
       backgroundColor: '#fff',
       borderBottom: '1px solid #e0e0e0',
       borderBottom: '1px solid #e0e0e0',
+      minHeight: 56,
     },
     },
     contentWrapper: {
     contentWrapper: {
       display: 'flex',
       display: 'flex',