Skip to content

Commit aefbe39

Browse files
committed
Fixes jquery-archive#2647 — Ensures overflow: hidden is applied to .ui-btn-text inside selects inside of listviews.
1 parent e4cf491 commit aefbe39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/default/jquery.mobile.forms.select.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; display: block; }
1818

1919
/*listbox*/
20-
.ui-select .ui-btn-text, .ui-selectmenu .ui-btn-text { display: block; min-height: 1em; }
21-
.ui-select .ui-btn-text { text-overflow: ellipsis; overflow: hidden;}
20+
.ui-select .ui-btn-text, .ui-selectmenu .ui-btn-text { display: block; min-height: 1em; overflow: hidden; }
21+
.ui-select .ui-btn-text { text-overflow: ellipsis; }
2222

2323
.ui-selectmenu { position: absolute; padding: 0; z-index: 100 !important; width: 80%; max-width: 350px; padding: 6px; }
2424
.ui-selectmenu .ui-listview { margin: 0; }

0 commit comments

Comments
 (0)