From c92252f91281fe976e2e0e066113a6999bc91346 Mon Sep 17 00:00:00 2001 From: Harris Date: Mon, 7 May 2018 13:57:45 +0800 Subject: [PATCH] fix login view explain message block display error --- src/components/Login/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Login/index.less b/src/components/Login/index.less index e0a984cd..2894749b 100644 --- a/src/components/Login/index.less +++ b/src/components/Login/index.less @@ -35,6 +35,7 @@ .getCaptcha { display: block; width: 100%; + height: 42px; } .submit { -- GitLab