Merge pull request #2355 from node-red-hitachi/fix-typedInput-line-break

Prohibit line break in type menu of typedInput
This commit is contained in:
Nick O'Leary 2019-11-01 23:27:36 +00:00 committed by GitHub
commit 2c7917f0ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;