mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Get rid of Bootstrap
This commit is contained in:
@@ -201,7 +201,7 @@ RED.library = (function() {
|
||||
|
||||
// Add the library button to the name <input> in the edit dialog
|
||||
$('#'+elementPrefix+"name").css("width","calc(100% - 52px)").after(
|
||||
'<div class="btn-group" style="margin-left:5px;">'+
|
||||
'<div style="margin-left:5px; display: inline-block;position: relative;">'+
|
||||
'<a id="node-input-'+options.type+'-lookup" class="editor-button"><i class="fa fa-book"></i> <i class="fa fa-caret-down"></i></a>'+
|
||||
'</div>'
|
||||
|
||||
|
Reference in New Issue
Block a user