mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Adding ellipses in webkit.
This commit is contained in:
parent
a96fa2db7d
commit
273e1e642d
1 changed files with 5 additions and 0 deletions
|
@ -674,6 +674,11 @@ body {
|
|||
height: 14px;
|
||||
overflow: hidden;
|
||||
text-shadow: 0 1px 0 rgba(250, 250, 250, .4);
|
||||
|
||||
text-overflow: ellipsis;
|
||||
-webkit-line-clamp: 1;
|
||||
-webkit-box-orient: vertical;
|
||||
display: -webkit-box;
|
||||
}
|
||||
|
||||
.NB-feedlist .feed .NB-feedlist-manage-icon,
|
||||
|
|
Loading…
Add table
Reference in a new issue