-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
π Bug Report
white space is being added in between spans with no discernible way to stop it
To Reproduce
Steps to reproduce the behavior:
Paste your markup here:
<h1>emergen<span class="t">t</span><wbr /><span
class="dot"
aria-hidden
>β
</span>seas
</h1>Expected behavior
the t is part of the word 'emergent', so if it needs to not have a space in front of it. The formatting should not change the resulting markup.
Current Results:
<h1>
emergen
<span class="t">t</span>
<wbr />
<span class="dot" aria-hidden>β
</span>seas
</h1>We are getting spaces inserted around the t, the <wbr> tag
Your Environment
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed