- Issue created by @makbay
- Merge request !99Issue #3515287: Replace mr-2 with me-2 in status-messages--toasts.html.twig → (Open) created by makbay
In Bootstrap 5, the mr-* (margin-right) utility class has been replaced with me-* (margin-end) to align with Bootstrap's RTL support. However, I noticed that in status-messages--toasts.html.twig
file in the Bootstrap Barrio theme still contains mr-2 instead of me-2.
This should be updated to ensure consistency with Bootstrap 5 and proper RTL support.
Steps to Reproduce:
Locate the affected Twig file in the Bootstrap Barrio theme.
Search for occurrences of mr-2.
The correct class for Bootstrap 5 should be me-2.
Expected Behavior:
The template should use me-2 instead of mr-2, following Bootstrap 5 conventions.
Proposed Fix:
Replace mr-2 with me-2 in the relevant Twig file.
Active
5.5
Code