mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 13:24:37 -04:00
fix: Text overflow in article summary (#4923)
This commit is contained in:
@@ -1241,6 +1241,7 @@ a.website:hover .favicon {
|
||||
color: var(--frss-font-color-grey-dark);
|
||||
font-size: 0.9rem;
|
||||
font-weight: normal;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
|
||||
@@ -1241,6 +1241,7 @@ a.website:hover .favicon {
|
||||
color: var(--frss-font-color-grey-dark);
|
||||
font-size: 0.9rem;
|
||||
font-weight: normal;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
|
||||
Reference in New Issue
Block a user