Neutral Singh
Well-known member
Say after like 35 characters, the title display is replaced by ... at the end of the title. How?
I guess, this css needs some modifications...
i tried putting this in above CSS but it did not work....
I guess, this css needs some modifications...
HTML:
.discussionListItem .title {
font-size: 10.5pt;
word-wrap: break-word;
}
i tried putting this in above CSS but it did not work....
HTML:
text-overflow: ellipsis;
max-width: 100%;
display: block;
overflow: hidden;