We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600bc70 commit 460fba8Copy full SHA for 460fba8
1 file changed
wcfsetup/install/files/lib/system/listView/user/ArticleListView.class.php
@@ -55,7 +55,7 @@ public function __construct()
55
$this->setItemsPerPage(\ARTICLES_PER_PAGE);
56
$this->setDefaultSortField('time');
57
$this->setDefaultSortOrder(\ARTICLE_SORT_ORDER);
58
- $this->setCssClassName('entryCardList');
+ $this->setCssClassName('entryCardList articleList');
59
$this->setContainerCssClassName('entryCardList__container');
60
}
61
0 commit comments