mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
refactor(Cis4 News Widget Responsive): changes the responsive column layouts for the news widget
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user