Workaround for the font size calculation using `em`/`%`
authorAlexander Ebert <ebert@woltlab.com>
Thu, 14 Nov 2019 23:45:11 +0000 (00:45 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 14 Nov 2019 23:45:11 +0000 (00:45 +0100)
wcfsetup/install/files/style/layout/containerList.scss

index 8de5a7c21f70ee2e1eb6174e7e8130dd74790132..0b40650dd4adfd96bdc8b1df01b78da1c985f549 100644 (file)
                 
                 > li {
                     display: inline-block;
+                    @include wcfFontSmall;
                 }
             }
         }