mirror of https://github.com/node-red/node-red.git
Merge pull request #2190 from node-red-hitachi/fix-typedinput-appearance
Fix typedinput width calculationpull/2196/head
commit
5965bf3332
|
@ -426,6 +426,7 @@
|
|||
if (labelWidth === 0) {
|
||||
var container = $('<div class="red-ui-typedInput-container"></div>').css({
|
||||
position:"absolute",
|
||||
"white-space": "nowrap",
|
||||
top:0
|
||||
}).appendTo(document.body);
|
||||
var newTrigger = label.clone().appendTo(container);
|
||||
|
|
Loading…
Reference in New Issue