-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.2
-
Fix Version/s: 3.1.12-RC1
-
Component/s: Styles
-
Environment:PHP 5.4.12 , MYSQL 5.6.12 Chrome 39.0.2171.95 m
-
GitHub Pull Request URL:
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;
|
}
|
|