Fixed display of figcaption
authorAlexander Ebert <ebert@woltlab.com>
Sun, 1 Jan 2017 18:05:00 +0000 (19:05 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 1 Jan 2017 18:05:00 +0000 (19:05 +0100)
wcfsetup/install/files/style/ui/article.scss

index 06639e0c4acf49bf570a54ba84454b911fc3860c..24b98f338d405d3ce291f919c8affcf50b057328 100644 (file)
@@ -1,6 +1,7 @@
 .articleImage {
        /* work-around for IE 11 to properly align the image if overflowing */
        display: flex;
+       flex-wrap: wrap;
        
        .articleImageWrapper {
                align-items: center;
@@ -16,6 +17,7 @@
        
        figcaption {
                color: $wcfContentDimmedText;
+               flex: 1;
                margin-top: 5px;
                text-align: center;