Prevent text wrapping in reaction counter
authorMarcel Werk <burntime@woltlab.com>
Fri, 5 Jul 2019 15:40:26 +0000 (17:40 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 5 Jul 2019 15:40:26 +0000 (17:40 +0200)
wcfsetup/install/files/style/ui/reactions.scss

index a4ea8891d00cc2d0030a7b83b66a4dea91f6b83d..08337081c9278d9a079448c78f5cd5669e396039 100644 (file)
@@ -116,6 +116,7 @@ li.reactCountButton {
        padding: 5px;
        cursor: pointer;
        color: $wcfContentDimmedText;
+       white-space: nowrap;
 }
 
 li.reactCountButton:hover {