Skip to content

Commit

Permalink
UI fix (#1777)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoyAtb committed Nov 25, 2021
1 parent d1d8b62 commit 484b7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storage-ui/src/Components/Modules/LoginModule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const useStyles = makeStyles(
alignItems: "center",
borderRadius: 6,
[breakpoints.up("md")]:{
minHeight: "64vh",
minHeight: "72vh",
justifyContent: "space-between",
width: 440
},
Expand Down

0 comments on commit 484b7f1

Please sign in to comment.