From a1b7793959c1a630a5fb96a62c4e21c87d0cef5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sun, 25 Apr 2021 06:08:56 +0200 Subject: [PATCH] LoginPage: Fixes minor spacing issue on login page (#33353) --- public/app/core/components/Login/UserSignup.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/public/app/core/components/Login/UserSignup.tsx b/public/app/core/components/Login/UserSignup.tsx index c31016df950..c21a3c59b5d 100644 --- a/public/app/core/components/Login/UserSignup.tsx +++ b/public/app/core/components/Login/UserSignup.tsx @@ -5,13 +5,11 @@ import { getConfig } from 'app/core/config'; export const UserSignup: FC<{}> = () => { const href = getConfig().verifyEmailEnabled ? `${getConfig().appSubUrl}/verify` : `${getConfig().appSubUrl}/signup`; + const paddingTop = css({ paddingTop: '16px' }); + return ( - - New to Grafana? + +
New to Grafana?