mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #3474 from Qasem-h/Css
fix emoji autocomplete in RTL
This commit is contained in:
commit
0d5fdd25c9
@ -38,3 +38,6 @@
|
||||
.rtl .pull-left {
|
||||
float:right !important;
|
||||
}
|
||||
.rtl .autocomplete {
|
||||
left: 360px !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user