Prevent text wrapping in the quote tooltip
authorAlexander Ebert <ebert@woltlab.com>
Fri, 7 May 2021 12:31:18 +0000 (14:31 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 7 May 2021 12:31:18 +0000 (14:31 +0200)
wcfsetup/install/files/style/ui/tooltip.scss

index d8d6532b3413c829ca8018f0d29e9804db2b4e5b..b39e04be2c629b9133c45ad325db34f787c308a8 100644 (file)
@@ -47,6 +47,7 @@
        -ms-user-select: none;
        user-select: none;
 
+       white-space: nowrap;
        z-index: 350;
 
        &.touchForceInaccessible {