Skip to content

Commit ee418f0

Browse files
committed
fix(uiGridMenu): Set box-sizing: content box
This fixes an issue where IE was calculating the width of the menu element to low.
1 parent 0c5fbc4 commit ee418f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/less/menu.less

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
overflow: hidden;
2424
padding: 0 10px 20px 10px;
2525
cursor: pointer;
26+
box-sizing: content-box;
2627
}
2728

2829
.ui-grid-menu .ui-grid-menu-inner {

0 commit comments

Comments
 (0)