-
Bug
-
Resolution: Fixed
-
Major
-
3.1.2
-
PHP 5.4.12 , MYSQL 5.6.12 Chrome 39.0.2171.95 m
hello,
Arabic characterless did not show good at drop down select options form at chrome
sovle
open bidi.css
find
bidi.css |
|
/* General form styles
|
----------------------------------------*/
|
add after
bidi.css |
|
.rtl select {
|
white-space: normal;
|
}
|
|