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 {
|
.rtl .pull-left {
|
||||||
float:right !important;
|
float:right !important;
|
||||||
}
|
}
|
||||||
|
.rtl .autocomplete {
|
||||||
|
left: 360px !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue