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%);
} }
.teaser-content {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
&.bg-primary { &.bg-primary {
background: @brand-primary; background: @brand-primary;
.teaser-content {
a {
color: @body-bg;
}
}
} }
.username { .username {

Loading…
Cancel
Save