Commit 07cb81c6 authored by afc163's avatar afc163

update popover title height

parent 488867e6
...@@ -33,9 +33,13 @@ ...@@ -33,9 +33,13 @@
.errorPopover { .errorPopover {
:global { :global {
.ant-popover-title {
height: 42px;
line-height: 42px;
}
.ant-popover-inner-content { .ant-popover-inner-content {
padding: 0; padding: 0;
max-height: 400px; max-height: 300px;
overflow: auto; overflow: auto;
min-width: 240px; min-width: 240px;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment