Adding ellipses in webkit.

This commit is contained in:
Samuel Clay 2013-08-15 15:20:09 -07:00
parent a96fa2db7d
commit 273e1e642d

View file

@ -674,6 +674,11 @@ body {
height: 14px; height: 14px;
overflow: hidden; overflow: hidden;
text-shadow: 0 1px 0 rgba(250, 250, 250, .4); 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, .NB-feedlist .feed .NB-feedlist-manage-icon,