Skip to content

Commit

Permalink
fix(button): button not displayed correctly on IE on small window sizes
Browse files Browse the repository at this point in the history
fixes #409
  • Loading branch information
PreslavKozovski authored and joneff committed Nov 18, 2018
1 parent 1c11b00 commit e501671
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/default/scss/button/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -379,4 +379,14 @@

}

.k-ie9,
.k-ie10,
.k-ie11 {

.k-button,
.k-button-group {
display: inline-block;
}
}

}

0 comments on commit e501671

Please sign in to comment.