Incorrect visuals when the title is alone
authorAlexander Ebert <ebert@woltlab.com>
Fri, 20 May 2022 14:12:34 +0000 (16:12 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 20 May 2022 14:12:34 +0000 (16:12 +0200)
See 405de3b60f453dfca0c11555f653128694b7ecb6

wcfsetup/install/files/style/layout/content.scss

index 23c4fa3b3df70f81791ec7c598e697a082d29386..403db3a6ec1bb8ba09b8ced0448c009823ac16e6 100644 (file)
@@ -37,7 +37,8 @@
                margin-right: 15px;
        }
 
-       .contentHeaderTitle {
+       .contentHeaderTitle,
+       > .contentTitle {
                flex: 1 auto;
                margin-top: 10px;
        }