Steveorevo / node-red-emerge

A node that merges msg objects until defined properties are present / conditions met before passing the combined msg along.
MIT License
1 stars 0 forks source link

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

Open rvangeijtenbeek opened 1 year ago

rvangeijtenbeek commented 1 year ago

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.

Steveorevo commented 1 year ago

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