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

Hotfix: (UTRC-356) Avoid Grid Blowout #365

Closed
wants to merge 2 commits into from

Conversation

wesleyboar
Copy link
Member

@wesleyboar wesleyboar commented Sep 27, 2021

Status

Closed in favor of merging with many related changes via #368.

Overview

Avoid "grid blowout" (like UTRC homepage text below banner not wrapping*).

* This could happen if its .s-focus-list items have text that is longer than available space.

Changes

  • Add missing import of custom media queries.*
  • Use min-width (via minmax() for to prevent grid cells from overflowing grid box.

* This did not cause a bug for Frontera, because the build process for its homepage stylesheet imported other stylesheets that imported custom media queries.

Notes

@wesleyboar
Copy link
Member Author

Closing in favor of larger PR #368 (which references this PR in its changeset).

@wesleyboar wesleyboar closed this Sep 27, 2021
@wesleyboar wesleyboar deleted the hotfix/UTRC-356-avoid-grid-blowout branch September 27, 2021 21:19
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

Successfully merging this pull request may close these issues.

1 participant