Fixed code style errors
authorMarcel Werk <burntime@woltlab.com>
Mon, 31 May 2021 16:44:02 +0000 (18:44 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 31 May 2021 16:44:02 +0000 (18:44 +0200)
wcfsetup/install/files/lib/system/message/embedded/object/ArticleMessageEmbeddedObjectHandler.class.php
wcfsetup/install/files/style/ui/embeddedContent.scss

index 76c87b09a97fea3e280ee9917ebd3af5f4ef5a7a..a7b808392beba3474d2898eaa2410998a45ab534 100644 (file)
@@ -4,7 +4,6 @@ namespace wcf\system\message\embedded\object;
 
 use wcf\data\article\AccessibleArticleList;
 use wcf\data\article\Article;
-use wcf\data\article\ArticleList;
 use wcf\system\html\input\HtmlInputProcessor;
 
 /**
index 8b88791547b6368c6a628779d5bc0447d819e5aa..a940a7e0e765c8ea7b8a7240fc74a4b4a835e1f7 100644 (file)
@@ -41,8 +41,8 @@
        display: -webkit-box;
        margin-bottom: 5px;
        overflow: hidden;
-    -webkit-line-clamp: 2;
-    -webkit-box-orient: vertical;
+       -webkit-line-clamp: 2;
+       -webkit-box-orient: vertical;
 
        @include wcfFontHeadline;
        @include wcfFontBold;
 .embeddedContentDescription {
        color: $wcfContentDimmedText;
        display: -webkit-box;
-    overflow: hidden;
+       overflow: hidden;
        position: relative;
        -webkit-line-clamp: 4;
-    -webkit-box-orient: vertical;
+       -webkit-box-orient: vertical;
 }
 .embeddedContentDescription::after {
        /* Do not use `transparent` here, because of an ancient iOS rendering bug. */