Prevent the trophy content being squished together
authorAlexander Ebert <ebert@woltlab.com>
Sat, 12 Dec 2020 18:11:39 +0000 (19:11 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 12 Dec 2020 18:11:39 +0000 (19:11 +0100)
wcfsetup/install/files/style/ui/trophy.scss

index e68562b1a23e54271342716e23655179a8864add..32b48dd3eae1a6dbb6a7d4b9275f27e91cf4ed31 100644 (file)
                        > span:last-child {
                                margin-left: 5px;
                        }
+
+                       input,
+                       .trophyIcon {
+                               flex-shrink: 0;
+                       }
                }
        }
 }