mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 13:03:45 +08:00
FIX: Fix rtl style for pull right (#13999)
* FIX: RTL fix for pull right
This commit is contained in:
parent
622859dbe6
commit
8569895f71
|
@ -33,6 +33,9 @@
|
|||
.rtl .pull-left {
|
||||
float: right !important;
|
||||
}
|
||||
.rtl .pull-right {
|
||||
float: left !important;
|
||||
}
|
||||
.rtl .autocomplete {
|
||||
left: 27px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user