Extra spaces on win

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:
image
And on mac everything seems to be pretty good:
image
Am I doing something wrong?
Xd version is image (sorry, there is no way to select and copy it as a text from Xd)
manifest host is:

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

Checkboxes on UWP do have a pretty wide margin by default. You should be able to override this if you want, but I’ll also try and see what we can do with the default style sheet.

Is there any way to apply platform specific styles?
Any chance to have it fixed in the next preview build?

Are there any updates on that?
UPD: it seems to be fixed in the most recent build (AdobeXDInstaller-2019-06-10)