Fix welcome message styles (#1015)
* style(login): welcome-message-wrapping - #1014 Signed-off-by: Praveen Kumar <pkspyder007@gmail.com> * style(login): welcome-message-wrapping - #1014 Signed-off-by: Praveen Kumar <pkspyder007@gmail.com> * chore(makefile): Removed-lint-timeout Signed-off-by: Praveen Kumar <pkspyder007@gmail.com>
This commit is contained in:
parent
a81ef0923b
commit
749f5d45c6
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ const useStyles = makeStyles(
|
||||||
padding: '0 1em 1em 1em',
|
padding: '0 1em 1em 1em',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
|
flexWrap: 'wrap',
|
||||||
color: '#3f51b5', //theme.palette.grey[500]
|
color: '#3f51b5', //theme.palette.grey[500]
|
||||||
},
|
},
|
||||||
form: {
|
form: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue