mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-18 00:25:07 +00:00
Correctly show space between toolbar icon and text in buttons
This commit is contained in:
@@ -117,7 +117,7 @@ function updateButton(opts) {
|
||||
// Create button
|
||||
var $btn = $('<a>', {
|
||||
'class': 'btn',
|
||||
'text': opts.text,
|
||||
'text': opts.text? ' ' + opts.text : '',
|
||||
'aria-label': opts.label,
|
||||
'href': '#'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user