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:
Praveen Kumar 2021-04-16 05:48:35 +05:30 committed by Joe Stump
parent 4d60b22be2
commit 57064b3aee
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -53,6 +53,7 @@ const useStyles = makeStyles(
padding: '0 1em 1em 1em',
display: 'flex',
justifyContent: 'center',
flexWrap: 'wrap',
color: '#3f51b5', //theme.palette.grey[500]
},
form: {