diff --git a/contribs/gmf/less/popover.less b/contribs/gmf/less/popover.less index 46b4dd3b899a..2a0e0eb55a83 100644 --- a/contribs/gmf/less/popover.less +++ b/contribs/gmf/less/popover.less @@ -9,6 +9,8 @@ .popover-content { ul { margin-bottom: 0; + /* fix issue with IE11 not sizing correcly the popover box */ + min-width: 170px; } li { @@ -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; } } }