Skip to content

Commit

Permalink
Fix #62
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Dulisz committed Jul 31, 2016
1 parent 865fda6 commit 7de4345
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions lib/Multiselect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ fieldset[disabled] .multiselect {
line-height: 1;
background: #41B883;
margin-bottom: 8px;
white-space: nowrap;
}
.multiselect__tag-icon {
Expand Down Expand Up @@ -460,6 +461,7 @@ fieldset[disabled] .multiselect {
vertical-align: middle;
position: relative;
cursor: pointer;
white-space: nowrap;
}
.multiselect__option:after {
Expand Down
4 changes: 2 additions & 2 deletions lib/vue-multiselect.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/vue-multiselect.min.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/Multiselect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ fieldset[disabled] .multiselect {
line-height: 1;
background: #41B883;
margin-bottom: 8px;
white-space: nowrap;
}
.multiselect__tag-icon {
Expand Down Expand Up @@ -460,6 +461,7 @@ fieldset[disabled] .multiselect {
vertical-align: middle;
position: relative;
cursor: pointer;
white-space: nowrap;
}
.multiselect__option:after {
Expand Down
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
import Multiselect from './Multiselect'
import multiselectMixin from './multiselectMixin'
import pointerMixin from './pointerMixin'
import utils from './utils'

export default Multiselect

export { Multiselect, multiselectMixin, pointerMixin }
export { Multiselect, multiselectMixin, pointerMixin, utils }

0 comments on commit 7de4345

Please sign in to comment.