Problem/Motivation
In page component at src/components/page/page.twig,
Navbar Left region is wrapped with <div class="mr-auto"></div>.
Margin right class name changed in Bootstrap 5.
See more about BS5 spacing here:
BS5 Spacing
Proposed resolution
Change class mr-auto to me-auto
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | fix-change-margin-right-class-name-in-page-component-to-ms-auto.patch | 383 bytes | Abdullah Yassin |
Issue fork radix-3293596
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
Abdullah Yassin commentedComment #3
doxigo commentedThanks Abdullah for reporting this, could you please maybe create a merge request? makes things a lot easier
Comment #4
Abdullah Yassin commentedComment #5
Abdullah Yassin commentedComment #6
Abdullah Yassin commentedComment #8
Abdullah Yassin commentedThank you Doxigo for quick response.
I created a MR to make things easier :)
Comment #10
Abdullah Yassin commentedComment #11
doxigo commentedCool thanks a lot Abdullah for the issue + MR, and merged to the latest dev
Comment #13
Abdullah Yassin commentedGreat,
This is the right MR.
Thank you for great collaboration.