not limit min-width of Popover without title

This commit is contained in:
afc163
2016-10-20 11:23:30 +08:00
parent 0b29ee6fee
commit 2482b4b760
+1 -1
View File
@@ -52,7 +52,6 @@
}
&-inner {
min-width: @popover-min-width;
background-color: @popover-bg;
background-clip: padding-box;
border-radius: @border-radius-base;
@@ -60,6 +59,7 @@
}
&-title {
min-width: @popover-min-width;
margin: 0; // reset heading margin
padding: 0 16px;
line-height: 32px;