-
Notifications
You must be signed in to change notification settings - Fork 3.8k
UX: handle node-red-dashboard css poisoning #5540
Copy link
Copy link
Description
node-red-dashboard includes a custom css rule for .red-ui-tabs that is not properly scoped so applies to everything. Specifically, its setting margin-bottom: 15px;
I suspect the 4.x styling of tabs meant this went un-noticed, but with the new NR5 tab bar in the header, this CSS is causing problems:
The node-red-dashboard module is deprecated and not going to receive any updates. But it still gets used.
The purpose of this task is to set appropriate CSS rules to counter-act this css poisoning - ie, a more specific rule set that means the bare .red-ui-tabs has lower priority so is ignored.
To recreate:
- install
node-red-dashboard - reload editor - observe the now misaligned tab bars
Reactions are currently unavailable