Steveorevo/node-red-emerge

CSS styles from the emerge node affect display of 'tip' content in other node properties UIs

Opened this issue · 1 comments

Hi,

This style rule:

    .red-ui-tray-content #dialog-form {
    white-space:nowrap;
}

from emerge.html gets applied to all node properties UIs, and causes the content of a 'tip' item to overflow. Such an item is used for example in the standard nodes join, mqtt out and udp out.

Noted. I’ll take a look to confirm; should be an easy fix to be emerge node specific.