From f54ed8ebd1e43b0fbe68bcedf8e0188ca1c75740 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 9 Apr 2020 20:20:52 +0100 Subject: [PATCH] Prevent button label wrapping in typedInput --- .../@node-red/editor-client/src/sass/ui/common/typedInput.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/node_modules/@node-red/editor-client/src/sass/ui/common/typedInput.scss b/packages/node_modules/@node-red/editor-client/src/sass/ui/common/typedInput.scss index ffa424841..704ca10d6 100644 --- a/packages/node_modules/@node-red/editor-client/src/sass/ui/common/typedInput.scss +++ b/packages/node_modules/@node-red/editor-client/src/sass/ui/common/typedInput.scss @@ -107,9 +107,9 @@ button.red-ui-typedInput-option-trigger background: $form-button-background; height: 32px; line-height: 30px; - min-width: 23px; vertical-align: middle; color: $form-text-color; + white-space: nowrap; i.red-ui-typedInput-icon { margin-left: 1px; margin-right: 2px;