diff --git a/editor/sass/debug.scss b/editor/sass/debug.scss index b6ae26df7..060c50d9b 100644 --- a/editor/sass/debug.scss +++ b/editor/sass/debug.scss @@ -84,7 +84,12 @@ } } } -.debug-message-row .debug-message-tools { +.debug-message-meta .debug-message-tools { + .editor-button-small { + font-size: 11px; + } +} +.debug-message-tools { .button-group:not(:last-child) { margin-right: 3px; } diff --git a/nodes/core/core/lib/debug/debug-utils.js b/nodes/core/core/lib/debug/debug-utils.js index 3f6573d06..f657b2fd7 100644 --- a/nodes/core/core/lib/debug/debug-utils.js +++ b/nodes/core/core/lib/debug/debug-utils.js @@ -456,7 +456,7 @@ RED.debug = (function() { $('function : (' + errorLvlType + ')').appendTo(metaRow); } else { var tools = $('').appendTo(metaRow); - var filterMessage = $('').appendTo(tools); + var filterMessage = $('').appendTo(tools); filterMessage.click(function(e) { e.preventDefault(); e.stopPropagation();