Fix SCSS code style
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 20 Sep 2021 14:52:58 +0000 (16:52 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 20 Sep 2021 14:52:58 +0000 (16:52 +0200)
Apparently the replacement of 100% by 1 caused the line to be sufficiently
short to rewrap.

wcfsetup/install/files/style/ui/reactions.scss

index b7ec3ff74070819c09764df31b4e772d52107f6a..21f22bff1aaefe6baa0175a4d939142c4f7b7bfd 100644 (file)
                }
 
                &::before {
-                       background-image: linear-gradient(
-                               to top,
-                               transparentize($wcfContentBackground, 1),
-                               $wcfContentBackground
-                       );
+                       background-image: linear-gradient(to top, transparentize($wcfContentBackground, 1), $wcfContentBackground);
                        top: 0;
                }
                &.overflowTop::before {