Re: Any plans to add a method for suppressing white space between inline-block elements?

Yes, we can probably use a flexbox with all flexibilities set to 0 and the 
wrap mode to get the same effect, but this is like “yet-another-hack”.

You also force the browser to do superflous layout operations since at the 
end you don't want flexibility at all. Sometimes, what you want is just a 
normal flow without those "code-formatting" spaces. 

Received on Saturday, 24 November 2012 15:41:19 UTC