Skip to content

Commit

Permalink
Merge pull request #1 from michaelsnook/master
Browse files Browse the repository at this point in the history
Put the space between the label and the icon
  • Loading branch information
pHAlkaline authored Nov 5, 2017
2 parents 407acda + cc40e0a commit 90b558b
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 90b558b

Please sign in to comment.