Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is Box supposed to wrap? #464

Open
dustinlacewell opened this issue Jul 27, 2021 · 1 comment
Open

Is Box supposed to wrap? #464

dustinlacewell opened this issue Jul 27, 2021 · 1 comment

Comments

@dustinlacewell
Copy link

dustinlacewell commented Jul 27, 2021

If you had something like:

<Box>
  <Box>
    <Text> ...................... </Text>
  </Box>
  <Box>
    <Text> ...................... </Text>
  </Box>
</Box>

Should we expect the inner-boxes to flow vertically when there is not enough width to flow them horizontally?

I just get literal line wrapping causing chaos:

image

@vadimdemedes
Copy link
Owner

If you could provide a reproducible code example, that'd be great. It's an old issue though, so I understand if you're not interested anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants