-
-
Notifications
You must be signed in to change notification settings - Fork 23
bug in bootstrap utilities class #711
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
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;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done