SVG fix for IE

This commit is contained in:
Raphael Goetter 2016-09-27 16:10:21 +02:00
parent ca871aa492
commit 857267c397
4 changed files with 28 additions and 22 deletions

View file

@ -17,6 +17,6 @@
margin-left: 1rem;
}
[class*="--reverse"] {
flex-direction: row-reverse;
flex-direction: row-reverse;
}
}