Kaynağa Gözat

update popover title height

afc163 8 yıl önce
ebeveyn
işleme
07cb81c66c
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  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;
     }