Skip to content

Commit 47df1df

Browse files
committed
no choice about expand
1 parent ff8071d commit 47df1df

File tree

8 files changed

+50
-43
lines changed

8 files changed

+50
-43
lines changed

dist/select.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* ui-select
33
* http://github.com/angular-ui/ui-select
4-
* Version: 0.19.3 - 2016-08-17T06:16:42.140Z
4+
* Version: 0.19.5 - 2016-10-11T03:02:29.827Z
55
* License: MIT
66
*/
77

@@ -100,10 +100,15 @@ body > .select2-container.open {
100100
}
101101

102102
/* Fix input width for Selectize theme */
103-
.selectize-control > .selectize-input > input {
103+
.selectize-control.single > .selectize-input > input {
104104
width: 100%;
105105
}
106106

107+
/* Fix line break when there's at least one item selected with the Selectize theme */
108+
.selectize-control.multi > .selectize-input > input {
109+
margin: 0 !important;
110+
}
111+
107112
/* Fix dropdown width for Selectize theme */
108113
.selectize-control > .selectize-dropdown {
109114
width: 100%;

dist/select.js

Lines changed: 34 additions & 32 deletions
Large diffs are not rendered by default.

dist/select.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)