span.AuthorTitle { overflow: hidden; max-width: 130px; text-overflow: ellipsis; display: inline-block; }
.AuthorInfo .MItem { white-space: normal; }
End wrote: » alternately to fix wrapping: .AuthorInfo .MItem { white-space: normal; } probably would want to apply that with overflow so that wrapping is possible, but if there are no spaces, it gets cut off instead
Posts
probably would want to apply that with overflow so that wrapping is possible, but if there are no spaces, it gets cut off instead
Learnin' about new CSS properties every day :bz