-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat: Add a fluid container to allow for limiting the maximum width of the content #276
feat: Add a fluid container to allow for limiting the maximum width of the content #276
Conversation
Thanks for the pull request, @Lunyachek! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #276 +/- ##
=======================================
Coverage 70.22% 70.22%
=======================================
Files 27 27
Lines 403 403
Branches 85 85
=======================================
Hits 283 283
Misses 119 119
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Hi @hurtstotouchfire and @openedx/2u-aperture - are you still reviewing / merging PRs? If so, this one is good-to-go. If not, please let me know and I can assign a Core Contributor. |
Hi @mphilbrick211 , we are still reviewing and merging OSPRs! Our on-call person is responsible for looking over any OSPRs that have a Reference: Aperture Repo Maintainership Process |
Hey @Lunyachek , I tested this out in my local dev environment, and I'm seeing a worse experience with removing the padding and adding The first screenshot is what Program Records looks like with |
Hello @jsnwesson! Do you mean that the padding on the left side of the content is too small? Please review my branch again. I have reverted the classes |
@Lunyachek thanks for looking over it and adding back the padding. Everything else looks good to me. |
@Lunyachek 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
@jsnwesson, great! Please also take a look at the backport #277 |
Our proposal is to add
<div class="container-fluid">
inside the<main id="main-content">
block. This will allow limiting the maximum width of the content when necessary. Otherwise, the content will span the entire width of the page, as it would without this div.Example screenshot width content max-width