[ML] Fixes the layout of the cards in the Data Visualizer on IE (#25383) (#25714)

This commit is contained in:
Pete Harverson 2018-11-15 14:30:04 +00:00 committed by GitHub
parent 834527d5b8
commit 8073eb78b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -99,6 +99,7 @@
.card-container {
display: inline-grid;
display: -ms-inline-grid;
padding: 0px 10px 10px 0px;
}

View file

@ -1,5 +1,6 @@
.card-container {
display: inline-grid;
display: -ms-inline-grid;
padding: 0px 10px 10px 0px;
}