소스 검색

Fix popover style

afc163 8 년 전
부모
커밋
a9bf39c60c
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      src/routes/Forms/style.less

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