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;
|
}
|
|