Skip to main content

I use a Nintex Form, but sometimes some fields are not shown properly. For example, in this case the Speaker field and Fixed Participants fields are broken/collapsed.


9357iB14A03AD4CBB03FD.png


It's random, when it works and when it doesn't:


9358iBE6E0C1C3B7E9F42.png


 


I tried using the custom CSS part in the Settings of Nintex Forms and tried things like:


.nf-form-input nf-section {height: 24px !important;}

 


, but it didn't change anything.


 


Any help is appreciated!

I had a similar issue, in my case was fixed when I placed the control inside a panel. By adding a Panel to my form and I placed all of the controls inside the panel, the rule executed and the layout behaved as expected.


Reply