I have following layout:
<label class="row">
<input type="checkbox" name="artboards_list" id="{{item.id}}" value="{{item.value}}" />
<span class="checkrow" title="{{ item.value }}">{{item.value}}</span>
</label>
with following styles:
label { white-space: nowrap; display: block; }
.checkrow { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
Host used:
{ "host":{"app":"XD","minVersion":"21.0"} }
Expected to get single line with overflow. But in fact it’s rendered as following: