Skip to content

Commit

Permalink
Fix #577: Better label spacing for default browse icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Feb 28, 2016
1 parent e3c9b61 commit 32b0ccb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Change Log: `bootstrap-fileinput`
11. (enh #574): Change naming convention for private / internal methods. Prepend internal plugin methods with underscore `_`.
12. (enh #575): Implement public method chaining and update docs for methods.
13. (bug #576): Correct previewCache initialization.
14. (bug #577): Better label spacing for default browse icon.

## version 4.3.0

Expand Down
2 changes: 1 addition & 1 deletion js/fileinput.js
Original file line number Diff line number Diff line change
Expand Up @@ -2658,7 +2658,7 @@
previewFileIconSettings: {},
previewFileExtSettings: {},
buttonLabelClass: 'hidden-xs',
browseIcon: '<i class="glyphicon glyphicon-folder-open"></i>',
browseIcon: '<i class="glyphicon glyphicon-folder-open"></i>&nbsp;',
browseClass: 'btn btn-primary',
removeIcon: '<i class="glyphicon glyphicon-trash"></i>',
removeClass: 'btn btn-default',
Expand Down
Loading

0 comments on commit 32b0ccb

Please sign in to comment.