@rachelandrew Awesome! This might seem small, but it is a big deal for any case where you’d want to have something like `text-overflow: ellipsis`, as flex/grid required having an extra inner element due to the anonymous box creation.

I immediately went and checked the block layout alignment when I saw the PR by @fantasai — it feels like magic to finally be able to center things without these side-effects! Hopefully, Firefox will implement this soon.