Skip to content

Commit

Permalink
disables flex in IE for cards #2021
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Mar 26, 2015
1 parent f589173 commit d420cb0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/definitions/views/card.less
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@
margin-top: @consecutiveGroupDistance;
}

/* Disable flex in IE */
@media all and (-ms-high-contrast:none) {
.ui.cards > .card,
.ui.card {
display: block;
}
}

/*--------------
Rounded Edges
---------------*/
Expand Down

0 comments on commit d420cb0

Please sign in to comment.