I have following layout:
<label class="row">
<input type="checkbox" checked="true"/>
<span class="checkrow">Facelift – Blog Hero Card & Dark Sub</span>
</label>
<label class="row">
<input type="checkbox" checked="true"/><span class="checkrow">Facelift – Release History 2 menu</span>
</label>
and styles
.checkrow {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
The problem is that in windows it has huge extra space between checbox and content:
And on mac everything seems to be pretty good:

Am I doing something wrong?
Xd version is

manifest host is:
"host": {
"app": "XD",
"minVersion": "20.0"
}