Open jlous opened 2 years ago
The following code should result in a single space between "hello" and "world, but in stead ends up with what looks like at least 3 spaces:
<p> <span> hello </span> <span> <span> world </span> </span> </p>
The following code should result in a single space between "hello" and "world, but in stead ends up with what looks like at least 3 spaces: