fixed alignment issues on local credentials front end
This commit is contained in:
parent
0410a5ccae
commit
dd25770a07
3 changed files with 21 additions and 8 deletions
|
|
@ -32,7 +32,7 @@ const useStyles = makeStyles((theme: Theme) => ({
|
|||
paddingBottom: 0,
|
||||
},
|
||||
[theme.breakpoints.up("md")]: {
|
||||
paddingLeft: theme.spacing(9)
|
||||
paddingLeft: theme.spacing(8)
|
||||
},
|
||||
},
|
||||
container: {
|
||||
|
|
@ -195,4 +195,4 @@ export default function UserWrapper(props: Props) {
|
|||
</AppThemeProvider>
|
||||
</StateProvider>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue