diff --git a/packages/node_modules/@node-red/editor-client/src/sass/workspaceToolbar.scss b/packages/node_modules/@node-red/editor-client/src/sass/workspaceToolbar.scss index fbc0dbdeb..2a734eb43 100644 --- a/packages/node_modules/@node-red/editor-client/src/sass/workspaceToolbar.scss +++ b/packages/node_modules/@node-red/editor-client/src/sass/workspaceToolbar.scss @@ -32,6 +32,7 @@ white-space: nowrap; transition: right 0.2s ease; overflow: hidden; + @include disable-selection; label { padding: 1px 8px; @@ -47,7 +48,6 @@ margin-right: 10px; padding: 2px 8px; } - .button-group { @include disable-selection;