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