Skip to content

Commit bededdf

Browse files
committed
Recompiled dist for 4.1.0-rc.0
1 parent 83202d7 commit bededdf

68 files changed

Lines changed: 244 additions & 96 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dist/css/select2.css

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,13 @@
4747
margin-top: 5px;
4848
margin-left: 5px;
4949
padding: 0;
50-
max-width: 100%; }
50+
max-width: 100%;
51+
resize: none;
52+
height: 18px;
53+
vertical-align: bottom;
54+
font-family: sans-serif;
55+
overflow: hidden;
56+
word-break: keep-all; }
5157
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
5258
-webkit-appearance: none; }
5359

@@ -189,23 +195,35 @@
189195
border-radius: 4px;
190196
cursor: text;
191197
padding-bottom: 5px;
192-
padding-right: 5px; }
198+
padding-right: 5px;
199+
position: relative; }
200+
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
201+
padding-right: 25px; }
193202
.select2-container--default .select2-selection--multiple .select2-selection__clear {
194203
cursor: pointer;
195-
float: right;
196204
font-weight: bold;
197205
height: 20px;
198206
margin-right: 10px;
199207
margin-top: 5px;
208+
position: absolute;
209+
right: 0;
200210
padding: 1px; }
201211
.select2-container--default .select2-selection--multiple .select2-selection__choice {
202212
background-color: #e4e4e4;
203213
border: 1px solid #aaa;
204214
border-radius: 4px;
215+
box-sizing: border-box;
205216
display: inline-block;
206217
margin-left: 5px;
207218
margin-top: 5px;
208-
padding: 0; }
219+
padding: 0;
220+
padding-left: 20px;
221+
position: relative;
222+
max-width: 100%;
223+
overflow: hidden;
224+
text-overflow: ellipsis;
225+
vertical-align: bottom;
226+
white-space: nowrap; }
209227
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
210228
cursor: default;
211229
padding-left: 2px;
@@ -220,7 +238,10 @@
220238
cursor: pointer;
221239
font-size: 1em;
222240
font-weight: bold;
223-
padding: 0 4px; }
241+
padding: 0 4px;
242+
position: absolute;
243+
left: 0;
244+
top: 0; }
224245
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
225246
background-color: #f1f1f1;
226247
color: #333;

dist/css/select2.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/i18n/af.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/i18n/ar.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/i18n/az.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/i18n/bg.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/i18n/bn.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/i18n/bs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/i18n/ca.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/i18n/cs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)