fix: wrap the app body in a Container to align it with the header - #234
Merged
Merged
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
arbrandes
force-pushed
the
arbrandes/body-container
branch
from
September 20, 2026 14:02
ce581b2 to
301c0f1
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #234 +/- ##
=======================================
Coverage 98.53% 98.53%
=======================================
Files 73 73
Lines 1297 1297
Branches 394 424 +30
=======================================
Hits 1278 1278
Misses 19 19 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Collaborator
|
🎉 This PR is included in version 1.0.0-alpha.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Wraps the app body in a Paragon
<Container size="xl" fluid>, the same container the shell header uses, so the body content is centered and capped at the same max width instead of running full-bleed. Same change frontend-app-gradebook made in openedx/frontend-app-gradebook@f920287. On very wide screens the light background bands now clip at the xl boundary along with the rest of the content.LLM usage notice
Built with assistance from Claude.