Skip to content

Commit

Permalink
fix(uiGridMenu): Set box-sizing: content box
Browse files Browse the repository at this point in the history
This fixes an issue where IE was calculating the width of the menu element
to low.
  • Loading branch information
c0bra committed Oct 8, 2014
1 parent 0c5fbc4 commit ee418f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/less/menu.less
Expand Up @@ -23,6 +23,7 @@
overflow: hidden;
padding: 0 10px 20px 10px;
cursor: pointer;
box-sizing: content-box;
}

.ui-grid-menu .ui-grid-menu-inner {
Expand Down

0 comments on commit ee418f0

Please sign in to comment.