XF 2.2 Thread Message area line break

Hi,

add this to your extra.less template:

Less:
.message-cell .pairs.pairs--justified > dd {
    max-width: 80%;
}

Adjust the value to suit your needs.
 
Hi,

Yes, actually, you need to set this one:

Less:
.message-cell .pairs.pairs--justified > dd {
    float: none;
}

But in that case, your date will split too. Maybe increase the postbit width a bit in the style properties.
 
Back
Top Bottom