Fixed article image alignment in IE 11
authorAlexander Ebert <ebert@woltlab.com>
Sun, 1 Jan 2017 17:43:09 +0000 (18:43 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 1 Jan 2017 17:43:15 +0000 (18:43 +0100)
wcfsetup/install/files/style/ui/article.scss

index b54892601d7a4ff990288db8d90287afbf3a58aa..06639e0c4acf49bf570a54ba84454b911fc3860c 100644 (file)
@@ -1,4 +1,7 @@
 .articleImage {
+       /* work-around for IE 11 to properly align the image if overflowing */
+       display: flex;
+       
        .articleImageWrapper {
                align-items: center;
                display: flex;