Hello @Colin
I am using version 1.27.2.
I am not using any CSS overrides.
I created a small test flow on another computer to see if the same thing happens there. And it does. However, it only affects the “Text Input” node in “text input (single line)” mode. It works in Color Picker mode. It also happens with the “ui-dropdown” node.
You do seem to have spotted a bug in the way row heights are specified in a page template.
In my pics below, the purple outline is Firefox developer tools outlining a Flex container div class=v-input__control, the blue highlight is the widget div it sits within.
I see that in your template, the row height is set to Comfortable (38px).
When the 'Text' field has Size Auto, the field has a height of 48px, ignoring the template row height.
If you set the field size to 6x1, the row does get the template height of 38px but within it, the div div class = v-input__control still has a height of 48px, resulting in the widget encroaching onto the row below.
Hi @jbudd
Thank you very much for your clear explanation. Unfortunately, the display size does not allow me to switch to 48px.
I hope the problem can be solved. In the meantime, I'll just have to live with it.