Created on 6 June 2024, 10 months ago
Updated 9 June 2024, 10 months ago

Problem/Motivation

When switching to an RTL language it seems that while Drupal core is loading RTL files, this theme keeps using LTR files, even though Bootstrap 5 supports RTL. Is there some extra step needed to make this work? Or is it not implemented in this theme.

Steps to reproduce

1. Create a page with an RTL-compatible Bootstrap 5 class in it like:

<div class ="btn btn-primary float-end"><a href="#">Float-end button</a></div>

2. Translate page to RTL language like Arabic

Bug behavior: button keeps floating to the right side in Arabic (RTL) mode

Expected behavior: button floats to the left, because in bootstrap 5 RTL files float-end maps to float: left;

Feature request
Status

Postponed: needs info

Version

3.0

Component

Code

Created by

🇳🇱Netherlands jurriaanroelofs

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

Comments & Activities

Production build 0.71.5 2024