need break-word on user page excerpts

This commit is contained in:
Jeff Atwood 2013-02-07 11:45:20 -08:00
parent 8be8be9d93
commit 18b0be7a3a

View file

@ -237,6 +237,7 @@
.excerpt { .excerpt {
margin: 5px 0px; margin: 5px 0px;
font-size: 13px; font-size: 13px;
word-wrap: break-word;
color: lighten($black, 30%); color: lighten($black, 30%);
} }
.item { .item {