Fix the margins of aligned table headers
authorAlexander Ebert <ebert@woltlab.com>
Wed, 9 Aug 2023 10:10:39 +0000 (12:10 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 9 Aug 2023 10:10:39 +0000 (12:10 +0200)
See https://www.woltlab.com/community/thread/301021-centre-aligning-the-first-row-inserts-unnecessary-spaces-in-the-editor/

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

index 46365f2393205a97dd4225e9fd00f53d524e9002..deb6d2962a58fa2591f54c0c14508f05bcd0768e 100644 (file)
@@ -167,7 +167,8 @@ ol.nativeList {
                list-style-type: decimal;
        }
 
-       td {
+       td,
+       th {
                > :first-child {
                        margin-top: 0 !important;
                }