fix(dashboard): fix temperature chart for IE

This commit is contained in:
KostyaDanovsky 2017-09-20 13:04:14 +03:00
parent a0fbdf3636
commit ada2666ea4
4 changed files with 18 additions and 7 deletions

View file

@ -25,6 +25,7 @@
.slider-container {
display: flex;
flex: 1;
-ms-flex: 1 1 auto;
justify-content: center;
align-items: center;
}