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