Reply to thread

In structured_list.less template, the value of @_structItem-cellPaddingH is defined as:

[CODE=less]@_structItem-cellPaddingH: ((@xf-paddingMedium + @xf-paddingLarge) / 2); // average[/CODE]


Further in the template we find:

[CODE=less]&.structItem-cell--iconEnd

        {

            width: (@_structItem-avatarSizeEnd + @_structItem-cellPaddingH * 2);

            padding-left: @_structItem-cellPaddingH / 2;[/CODE]


This results in an invalid property value:


[ATTACH]312962[/ATTACH]


It probably doesn't have any major consequences but since I noticed it I'm reporting it.


Back
Top Bottom