afc163 8 лет назад
Родитель
Сommit
07cb81c66c
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      src/routes/Forms/style.less

+ 5 - 1
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;
     }