WebLabel.Style Left Padding not working

I have the style used by the label set to Left Padding = 25px.

Note the image in the builder the text is correctly displayed, but on the web page it doesn’t work.

Is this a bug?

Replicating this issue I see that the code used for the style is:

[code]

Untitled

[/code] my guess is that left: 0px; should be left: 25px;

Found this <https://xojo.com/issue/14863>