Skip to content

fix(styles): add width:100% to .header-wrapper for flexbox layout#5279

Draft
marcoscaceres wants to merge 1 commit into
mainfrom
fix/5150-flexbox-width
Draft

fix(styles): add width:100% to .header-wrapper for flexbox layout#5279
marcoscaceres wants to merge 1 commit into
mainfrom
fix/5150-flexbox-width

Conversation

@marcoscaceres
Copy link
Copy Markdown
Contributor

Closes #5150

Add width:100% to .header-wrapper so the flex container spans full
width when nested inside another flex or grid context.

Without an explicit width, flex containers with small content
can wrap alongside adjacent elements instead of taking a full row.

Closes #5150
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.

Layout bug due to use of flexbox

1 participant