forgot to truncate long teasers

main
psychobunny 10 years ago
parent 920340c087
commit fb70246766

@ -60,6 +60,10 @@
p {
margin: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
height: 20px;
}
.user-img {

Loading…
Cancel
Save