Skip to content

Commit

Permalink
fix(pagination): fix render issue in IE11 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored and hellobrian committed Jun 30, 2017
1 parent 05ee470 commit 1432ddc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/pagination/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ $css--helpers: true;
display: flex;
align-items: center;
border: 1px solid $ui-04;

.bx--form-item {
flex: auto;
}
}

.bx--pagination__left {
Expand Down

0 comments on commit 1432ddc

Please sign in to comment.