Fixed Small problem on thread list

cimad

Member
Affected version
2.1.0
On some XenForo translation, exists a problem on thread list like the image.

Go to structured_list.less template.

Find:

Code:
&.structItem-cell--meta
    {
        width: 120px;
    }

And change to:

Code:
&.structItem-cell--meta
    {
        width: 130px;
    }
 

Attachments

  • 20190131_002530.webp
    20190131_002530.webp
    22.5 KB · Views: 44
Thank you for reporting this issue. It has now been resolved and we are aiming to include it in a future XF release (2.1.1).

Change log:
Provide extra space in the structured list "meta" information (replies and views) cell for longer translations.
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Top Bottom