Skip to content

[BUG] .ease-container max-width: 1200px has no padding on viewports exactly 1200px wide causing content to touch edges #7853

@dishamaurya081-create

Description

@dishamaurya081-create

In core/utilities.css, .ease-container sets max-width: 1200px with padding-left: var(--ease-space-6) and padding-right: var(--ease-space-6). However on viewports that are exactly 1200px wide, the container fills 100% of the viewport but the padding-left and padding-right only apply when width: 100% is active — not when max-width: 1200px kicks in. This means at exactly 1200px viewport width, content touches the very edge of the screen with no breathing room because the internal padding is already part of the 1200px max-width calculation.
Steps to reproduce:

Set browser viewport to exactly 1200px wide.
Place content inside .ease-container.
Observe content sits flush against viewport edge with no visible padding.

Expected: The container should always maintain visible horizontal padding regardless of viewport width matching max-width.
Files affected: core/utilities.css
Labels: bug, component, GSSoC-26, gssoc:approved, level:intermediate

Metadata

Metadata

Labels

GSSoC-26Official GSSoC 2026 issueacceptedContribution approved for integration into EaseMotion CSScomponentNew UI components (buttons, cards, modals, tooltips, badges)good first issueGood for newcomersgssoc:approvedApproved for GSSoC contributionshelp wantedExtra attention neededlevel:intermediateRequires moderate project understandingtype:featureNew functionality or enhancement

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions