FIX: Fix rtl style for pull right (#13999)

* FIX: RTL fix for pull right
This commit is contained in:
Jordan Vidrine 2021-08-10 15:31:04 -05:00 committed by GitHub
parent 622859dbe6
commit 8569895f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@
.rtl .pull-left { .rtl .pull-left {
float: right !important; float: right !important;
} }
.rtl .pull-right {
float: left !important;
}
.rtl .autocomplete { .rtl .autocomplete {
left: 27px; left: 27px;
} }