Replace mr-2 with me-2 in status-messages--toasts.html.twig

Created on 25 March 2025, 17 days ago

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.

🐛 Bug report
Status

Active

Version

5.5

Component

Code

Created by

🇹🇷Turkey makbay

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024