updated chat teaser behaviour to be a single truncated line of text

main
Julian Lam 10 years ago
parent 3fa74a9f2c
commit 087fe11ab3

@ -30,14 +30,15 @@
background: lighten(@brand-primary, 25%); background: lighten(@brand-primary, 25%);
} }
&.bg-primary {
background: @brand-primary;
.teaser-content { .teaser-content {
a { display: block;
color: @body-bg; white-space: nowrap;
} overflow: hidden;
text-overflow: ellipsis;
} }
&.bg-primary {
background: @brand-primary;
} }
.username { .username {

Loading…
Cancel
Save