.node .nodeLastPost
{
@property "secondaryContent";
background-color: @primaryLightest;
padding: @uix_gutterWidthSmall;
@property "/secondaryContent";
@property "nodeLastPost";
font-size: @uix_globalFontSize;
background-color: transparent;
padding: 5px;
margin: 10px;
border-radius: @uix_globalBorderRadius;
position: absolute;
top: 0;
right: 0;
line-height: 15px;
box-sizing: border-box;
white-space: nowrap;
word-wrap: normal;
overflow: hidden;
width: 320px; THIS ONE
height: 40px;
@property "/nodeLastPost";
}