Skip to content

Commit

Permalink
Put the space between the label and the icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsnook authored Aug 10, 2017
1 parent 407acda commit cc40e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/nugget/summernote-ext-nugget.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
var button = ui.buttonGroup([
ui.button({
className: 'dropdown-toggle',
contents: '<span class="nugget"> ' + options.label + '</span><span class="note-icon-caret"></span>',
contents: '<span class="nugget">' + options.label + ' </span><span class="note-icon-caret"></span>',
tooltip: options.tooltip,
data: {
toggle: 'dropdown'
Expand Down Expand Up @@ -142,4 +142,4 @@

});

}));
}));

0 comments on commit cc40e0a

Please sign in to comment.