Skip to content

Commit

Permalink
fix(grid): column menu icon layout in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes authored and joneff committed Mar 14, 2019
1 parent d193b84 commit ea182ea
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/default/scss/grid/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,8 @@

.k-ie &,
.k-edge & {
margin-right: calc( 1em + #{ $grid-header-menu-icon-spacing } + #{ $button-padding-y });
margin: 0;
padding: 0;
}

}
Expand All @@ -596,7 +597,7 @@

.k-ie &,
.k-edge & {
padding-right: $grid-header-padding-x;
padding-right: calc( #{ button-size() } + #{ $grid-header-menu-icon-spacing });
}
}

Expand Down Expand Up @@ -625,9 +626,9 @@
.k-edge & {
position: static;
float: right;
width: auto;
height: auto;
padding: $button-padding-y-sm;
margin-top: calc( (#{ button-size() } - #{ $form-line-height * 1em}) / -2);
margin-bottom: calc( (#{ button-size() } - #{ $form-line-height * 1em}) / -2);
margin-right: calc( -1 * #{ button-size() });
}
}

Expand Down

0 comments on commit ea182ea

Please sign in to comment.