Hi,

> I think this is the normal way HTML works

No sure about that as if you do this:
<span>Hi </span><span>there</span>

The space is displayed.

The generated HTML does include the space however so it does look like a HTML 
issue:
<span class="Label" style="white-space: nowrap; cursor: default; 
pointer-events: none; font-weight: bold; display: inline-block;">Hello, </span>
<span class="Label" style="white-space: nowrap; cursor: default; 
pointer-events: none; display: inline-block;">world</span>

Thanks,
Justin

Reply via email to