remove max-width of popover

pull/552/head
afc163 9 years ago
parent 93f5928e1a
commit 0b55ced857

@ -13,7 +13,6 @@
@popover-bg: #fff;
//** Popover maximum width
@popover-min-width: 177px;
@popover-max-width: 276px;
//** Popover border color
@popover-border-color: #d9d9d9;
@ -74,7 +73,6 @@
}
&-inner {
max-width: @popover-max-width;
min-width: @popover-min-width;
background-color: @popover-bg;
background-clip: padding-box;

Loading…
Cancel
Save