From 749f5d45c6bb74cce06096481321eba22862ede1 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Fri, 16 Apr 2021 05:48:35 +0530 Subject: [PATCH] Fix welcome message styles (#1015) * style(login): welcome-message-wrapping - #1014 Signed-off-by: Praveen Kumar * style(login): welcome-message-wrapping - #1014 Signed-off-by: Praveen Kumar * chore(makefile): Removed-lint-timeout Signed-off-by: Praveen Kumar --- ui/src/layout/Login.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/layout/Login.js b/ui/src/layout/Login.js index e17468ce1..13c203ca5 100644 --- a/ui/src/layout/Login.js +++ b/ui/src/layout/Login.js @@ -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: {