FlowFuse / node-red-dashboard

https://dashboard.flowfuse.com
Apache License 2.0
180 stars 44 forks source link

Input fields placeholder mis-aligned #1111

Closed joepavitt closed 1 month ago

joepavitt commented 1 month ago

Current Behavior

Screenshot 2024-07-19 at 15 29 13 Screenshot 2024-07-19 at 15 30 20

New issue introduced with the 1.13.0 release mis-aligns the preview placeholder for text input boxes. It seems to ahve slightly different mis-alignment depending on the type of text-input, e.g the file input is too high, standard text-input is too low.

Expected Behavior

The placeholder should be centrally vertically aligned.

Steps To Reproduce

No response

Environment

I'm guessing some underlying CSS classes were changed, which have affected how our --widget-row-height overrides work

Have you provided an initial effort estimate for this issue?

I have provided an initial effort estimate

joepavitt commented 1 month ago

This will be a bug that's likely a one or two line fix, but finding what that fix is could be a long exploration