Render each share-grid guess on its own line
The result/share preview dropped the emoji grid into a single text node
with rows joined by newlines, but .share-grid had no white-space rule, so
the browser collapsed the newlines and rendered every guess on one line.
Add white-space: pre so the newlines are honoured (and the fixed-width
grid never wraps).