Skip to content

bug in bootstrap utilities class #711

@babakhakimi

Description

@babakhakimi

Hello
I noticed that in rtl languages, the classes that exist in Bootstrap are displayed incorrectly
For example, px-3 when the language of the site is ltr is as follows
.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
but in rtl language is
.px-3 {
padding-left: 0 !important;
padding-right: 1rem !important;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions