hide teaser overflow with ellipsis (#335)

main
Anil Mandepudi 8 years ago committed by Julian Lam
parent d8343c5df5
commit 620cd1f5bc

@ -120,6 +120,9 @@
display: block;
font-size: 13px;
opacity: .8;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
}

Loading…
Cancel
Save