@ -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;