I'm looking to make white-space: pre
work inside a display: flex
container but it looks as if flexbox prevents white-space: pre
from working at all.
The fiddle
https://jsfiddle.net/silverwind/dhfkap6e should render the text Lost Whitespace
while preserving the flexbox which I use for vertical centering. Any way to combine those two without introducing a wrapper?