Prevent image can resize larger then max-size in safari
authorCyperghost <olaf_schmitz_1@t-online.de>
Thu, 14 Dec 2023 13:01:00 +0000 (14:01 +0100)
committerCyperghost <olaf_schmitz_1@t-online.de>
Thu, 14 Dec 2023 13:01:00 +0000 (14:01 +0100)
wcfsetup/install/files/style/layout/global.scss

index 1fb6515fa907a4b38839a1aae78f0dd5e6e6bc81..c3ef95ee8e79902573f25a2e81e8ba3344baa676 100644 (file)
@@ -182,7 +182,7 @@ ol.nativeList {
 
        figure.image {
                clear: both;
-               display: table;
+               display: block;
                margin: 1em auto;
                min-width: 50px;
                text-align: center;