diff --git a/src/routes/Forms/style.less b/src/routes/Forms/style.less
index 142dd656769635133328c45569e17d6ec8053140..8bffc2af92e1b795ff16a8d88de377ba9da5d30b 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;
     }