diff options
Diffstat (limited to 'docs/js')
-rw-r--r-- | docs/js/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/js/index.js b/docs/js/index.js index 353c2cf..dc5ad03 100644 --- a/docs/js/index.js +++ b/docs/js/index.js @@ -21,7 +21,8 @@ $(function() { }); $('#e8').find('select').multipleSelect({ multiple: true, - multipleWidth: 55 + multipleWidth: 55, + width: '100%' }); $('#e9').find('select').multipleSelect({ selectAll: false |