Skip to content

Commit

Permalink
IE11 doesnt consistently size the popover box so we need to set a min…
Browse files Browse the repository at this point in the history
… width rule to force it.
  • Loading branch information
ochriste committed Oct 20, 2017
1 parent fd4b023 commit b03f69e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contribs/gmf/less/popover.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
.popover-content {
ul {
margin-bottom: 0;
/* fix issue with IE11 not sizing correcly the popover box */
min-width: 170px;
}

li {
Expand Down Expand Up @@ -38,6 +40,8 @@
margin-left: @half-app-margin;
display: inline-block;
max-width: @popover-action-max-width - @half-app-margin;
/* fix issue with IE11 not sizing correcly the popover box */
padding: 0;
}
}
}
Expand Down

0 comments on commit b03f69e

Please sign in to comment.