back out one final raw css statement change

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-07-25 09:58:49 +02:00
parent a9aab46f77
commit a204634b33
@@ -59,7 +59,7 @@ const useStyles = makeStyles((theme: Theme) =>
display: 'flex',
flexDirection: 'row',
alignItems: 'center',
minWidth: `calc(100% - ${theme.spacing(2)})`,
minWidth: `calc(100% - ${theme.spacing(2)}px)`,
},
formHeader: {
width: '50%',