Skip to content

Commit 3a1dcd1

Browse files
committed
remove default width of 25px from multiselect's search input
1 parent a7d0849 commit 3a1dcd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1626,7 +1626,7 @@
16261626
" <ul class='select2-choices'>",
16271627
//"<li class='select2-search-choice'><span>California</span><a href="javascript:void(0)" class="select2-search-choice-close"></a></li>" ,
16281628
" <li class='select2-search-field'>" ,
1629-
" <input type='text' autocomplete='off' style='width: 25px;' class='select2-input'>" ,
1629+
" <input type='text' autocomplete='off' class='select2-input'>" ,
16301630
" </li>" ,
16311631
"</ul>" ,
16321632
"<div class='select2-drop select2-drop-multi' style='display:none;'>" ,

0 commit comments

Comments
 (0)