Skip to content

Commit

Permalink
fix(filter): fix IE11 flex alignment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBalaganskiy committed Jan 30, 2019
1 parent 1f31d47 commit 935c8ac
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/elements/filter/filter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ filter {

>.collection-item {
display: flex;
align-items: baseline;
// align-items: baseline; // this does not work in IE11
padding-top: 0;
padding-bottom: 0;

&:hover {
background-color: #f2f2f2;
}

>.label {
margin-top: 5px;
}

>.operator {
width: 80px;
margin-left: 10px;
Expand Down Expand Up @@ -56,4 +60,4 @@ filter {
}
}
}
}
}

0 comments on commit 935c8ac

Please sign in to comment.