5e59a3a28e
Ink's Box defaults to flexDirection="row", so multiple <Text> children lay out side-by-side. Vue-tui uses yoga's default (column). Rather than changing the global default and breaking 20+ existing tests, add explicit flexDirection="row" to the inner boxes in these two tests so they match the intended layout behavior being verified. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>