File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 13
13
top : 0 ;
14
14
right : 0 ;
15
15
padding : ($item-padding - 2 ) ($item-padding * 3 ) ($item-padding ) $item-padding ;
16
+ max-width : 65% ;
16
17
17
18
border : none ;
18
19
background : transparent ;
29
30
direction : rtl ; // right align the select text
30
31
}
31
32
33
+ option {
34
+ direction : ltr ;
35
+ }
36
+
32
37
& :after {
33
38
position : absolute ;
34
39
top : 50% ;
Original file line number Diff line number Diff line change 158
158
</ select >
159
159
</ label >
160
160
161
+ < div class ="item item-input item-select ">
162
+ < div class ="input-label ">
163
+ Country
164
+ </ div >
165
+ < select >
166
+ < option > Great Britain</ option >
167
+ < option selected > Saint Vincent and the Grenadines option should be a text overflow issue</ option >
168
+ < option > United States</ option >
169
+ </ select >
170
+ </ div >
171
+
161
172
< div class ="item item-divider ">
162
173
Other Tests
163
174
</ div >
You can’t perform that action at this time.
0 commit comments