The title of rich embeds can now span two lines
authorAlexander Ebert <ebert@woltlab.com>
Fri, 14 May 2021 15:27:09 +0000 (17:27 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 14 May 2021 15:27:09 +0000 (17:27 +0200)
wcfsetup/install/files/style/ui/unfurlUrl.scss

index bedff06376c3350a793da8ade9d77b55a836ffe9..53d164214efc8d64c349468d608424c665cd1d48 100644 (file)
        @include wcfFontHeadline;
        @include wcfFontBold;
 
-       display: block;
+       display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
-       white-space: nowrap;
+       -webkit-box-orient: vertical;
+       -webkit-line-clamp: 2;
 }
 
 .unfurlUrlDescription {