- Affected version
- 2.3.3
In
Further in the template we find:
This results in an invalid property value:
It probably doesn't have any major consequences but since I noticed it I'm reporting it.
structured_list.less
template, the value of @_structItem-cellPaddingH
is defined as:
Less:
@_structItem-cellPaddingH: ((@xf-paddingMedium + @xf-paddingLarge) / 2); // average
Further in the template we find:
Less:
&.structItem-cell--iconEnd
{
width: (@_structItem-avatarSizeEnd + @_structItem-cellPaddingH * 2);
padding-left: @_structItem-cellPaddingH / 2;
This results in an invalid property value:
It probably doesn't have any major consequences but since I noticed it I'm reporting it.