Closed butschster closed 3 years ago
Hi guys!
Let's imagine two situations
Fist Two elements, each on a new line
<div> <span class="px-1">hello</span> <span class="px-1">world</span> </div>
Second Two element on one line with space
And what behavior we should expect on each case. I suggest the following behavior
In the first case we can remove empty space
hello world
In the second case we can keep space
hello world
@xiCO2k @nunomaduro what do you think?
Thanks @butschster. I like it.
Hi guys!
Let's imagine two situations
Fist Two elements, each on a new line
Second Two element on one line with space
And what behavior we should expect on each case. I suggest the following behavior
In the first case we can remove empty space
In the second case we can keep space