node-red version: 20.6
dashboard version: 2.15.5
Hi, how can I work around this issue (see GIF below)
Essentially, the input size when viewed on IE is restricted when IS is larger than mobile size (desktop size).
If I open F12 and change the inputs display
from inherit
to inline-block
it looks correct.
I have tried adding a ui_template node and applying a style
in head
to make display: inline-block
but I cant get it to work.
Internet Explorer - note how when the page is small the form inputs look normal...
NOTE: Doesn't happen in Chrome (but we have no choice atm)
Cheers.