Browse Source

Make popover title height more flexible

pull/7525/head
afc163 7 years ago
parent
commit
dbc4e684df
  1. 5
      components/popover/style/index.less

5
components/popover/style/index.less

@ -61,9 +61,8 @@
&-title {
min-width: @popover-min-width;
margin: 0; // reset heading margin
padding: 0 16px;
line-height: 32px;
height: 32px;
padding: 8px 16px;
min-height: 32px;
border-bottom: 1px solid @border-color-split;
color: @popover-color;
font-weight: 500;

Loading…
Cancel
Save