diff --git a/packages/node_modules/@node-red/editor-client/src/sass/palette-editor.scss b/packages/node_modules/@node-red/editor-client/src/sass/palette-editor.scss index 7b96ed587..7f1a43605 100644 --- a/packages/node_modules/@node-red/editor-client/src/sass/palette-editor.scss +++ b/packages/node_modules/@node-red/editor-client/src/sass/palette-editor.scss @@ -253,6 +253,9 @@ button.red-ui-palette-editor-upload-button { min-width: 0; padding: 2px 8px; } + form { + width: 0; + } } .red-ui-palette-editor-upload { display: none; @@ -275,4 +278,4 @@ button.red-ui-palette-editor-upload-button { button { margin-left: 10px; } -} \ No newline at end of file +}