Merge pull request #3474 from Qasem-h/Css

fix emoji autocomplete in RTL
This commit is contained in:
Régis Hanol 2015-05-15 14:08:45 +02:00
commit 0d5fdd25c9
1 changed files with 3 additions and 0 deletions

View File

@ -38,3 +38,6 @@
.rtl .pull-left {
float:right !important;
}
.rtl .autocomplete {
left: 360px !important;
}