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

Flexbox to avoid one source of overflow #51

Open
tracielin opened this issue Mar 26, 2024 · 1 comment
Open

Flexbox to avoid one source of overflow #51

tracielin opened this issue Mar 26, 2024 · 1 comment
Labels
enhancement New feature or request high breakage risk

Comments

@tracielin
Copy link
Owner

Consider using Flexbox, which can adjust columns widths based on the relative amount (%) of content in each column. Trades off having uneven columns (downside) to possibly not having content overflow from a column when that column width becomes smaller than the intrinsic width of the content (benefit).

@tracielin tracielin added enhancement New feature or request high breakage risk labels Mar 26, 2024
@tracielin
Copy link
Owner Author

Examples of my pages where overflow is currently a problem:

  • Anomalous coronary artery origins page (when viewed from iPhone 11)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high breakage risk
Projects
None yet
Development

No branches or pull requests

1 participant