From a9bf39c60c326d01629e343f983eab4dd2b80f4b Mon Sep 17 00:00:00 2001
From: afc163 <afc163@gmail.com>
Date: Mon, 9 Oct 2017 11:16:24 +0800
Subject: [PATCH] Fix popover style

---
 src/routes/Forms/style.less | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/routes/Forms/style.less b/src/routes/Forms/style.less
index 142dd656..8bffc2af 100644
--- a/src/routes/Forms/style.less
+++ b/src/routes/Forms/style.less
@@ -33,13 +33,9 @@
 
 .errorPopover {
   :global {
-    .ant-popover-title {
-      height: 42px;
-      line-height: 42px;
-    }
     .ant-popover-inner-content {
       padding: 0;
-      max-height: 300px;
+      max-height: 290px;
       overflow: auto;
       min-width: 240px;
     }
-- 
GitLab