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

@marcoscaceres marcoscaceres commented May 9, 2026

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.

Written with AI: this change was generated by Claude. Per AI_POLICY.md.

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

Closes #5150
@marcoscaceres marcoscaceres added the AI Contains AI-generated logic; see AI_POLICY.md label Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI Contains AI-generated logic; see AI_POLICY.md

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Layout bug due to use of flexbox

1 participant