Dear Community
I want to put into Dashboard 2.0 page several numer input fields below each other. But the number input field`s height is larger than the line height, so the fields overlap.
Is there a way to adjust this?
Regards Chris
Dear Community
I want to put into Dashboard 2.0 page several numer input fields below each other. But the number input field`s height is larger than the line height, so the fields overlap.
Is there a way to adjust this?
Regards Chris
What version of the dashboard do you have? I think that issue was resolved in v1.27 (current release is v1.29)
I had 1.28 installed, just updated to 1.29, but I still have the same issue.
Please post a simple flow which illustrates the issue.
Check the Widget Gap in the theme you have specified for the page, I suspect you may have shrunk it down too much.
Assuming that it is the theme then if you add a ui-template node to your flow, configured in CSS mode, containing this then that should sort it for text input nodes and dropdown nodes too.
.v-field--active .v-label.v-field-label {
visibility: hidden;
padding-top: 10px;
}
Hello
@Colin: You were right, it was the widget gap.
Thanks.