|
|
|
|
|
by robin_reala
2879 days ago
|
|
They’re elements that appear as inline to their surroundings, and blocks to their contents. In what way wouldn’t you want it to render white space in the same way as other inline elements? If you’re misusing inline-block for generic layout then you really should be looking at Flexbox and not trying to neuter the intended behaviour. |
|