Skip to content

Commit

Permalink
remove max-width of popover
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 18, 2015
1 parent 93f5928 commit 0b55ced
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions style/components/popover.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -74,7 +73,6 @@
}

&-inner {
max-width: @popover-max-width;
min-width: @popover-min-width;
background-color: @popover-bg;
background-clip: padding-box;
Expand Down

0 comments on commit 0b55ced

Please sign in to comment.