From 18ff2df65c2408058f2ae2cdfa859739a15d0880 Mon Sep 17 00:00:00 2001 From: Hiroyasu Nishiyama Date: Mon, 28 Oct 2019 23:49:14 +0900 Subject: [PATCH] prohibit line break in type menu of typedInput --- .../@node-red/editor-client/src/sass/ui/common/typedInput.scss | 1 + 1 file changed, 1 insertion(+) 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 247b6dfe2..be2d50674 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 @@ -70,6 +70,7 @@ border: 1px solid $primary-border-color; box-sizing: border-box; background: $secondary-background; + white-space: nowrap; z-index: 2000; a { padding: 6px 18px 6px 6px;