refactor(Cis4 News Widget Responsive): changes the responsive column layouts for the news widget

This commit is contained in:
SimonGschnell
2025-07-22 13:30:25 +02:00
parent 9855a0b45d
commit 9ddb9f46fd
2 changed files with 14 additions and 7 deletions
+9 -2
View File
@@ -169,6 +169,13 @@
cursor: pointer;
}
.fhc-news-items-sm{
.news-truncate {
display: -webkit-box;
-webkit-line-clamp: 2;
/* number of lines to show */
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-word;
}