Browse Source

update popover title height

pull/8/head
afc163 9 years ago
parent
commit
07cb81c66c
  1. 6
      src/routes/Forms/style.less

6
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;
}

Loading…
Cancel
Save