Skip to main content

Hello,

When displaying  a form I always have the issue that the bottom and upper borders of my controls are displayed.

I did not put borders on my controls but they appears anyway. It create ugly horizontal lines in my form. This does not look clean.

Is there a setting somewhere to change that behaviour?

On the picture you can see that if there is space between 2 controls (value & reason for loop), no border will be displayed and that in fact the border match with controls length.

FormBorder.jpg

it looks like you have a panel or border control(s) behind. aren't these border lines set on them?


There is nothing behind my controls and all of them have border option unselected.

I created an empty list to be sure and it happens also (see picture). Is it not happening to you when you do the same?

FormBorder2.jpg


no, I do not experience that.

I would suggest to investigate CSS/styling that are applied to the controls


It is also happening to me, but its because my controls got a standard CSS-class called nf-section. Remove this class from the controls or customize the CSS.


Yes, thank you!

So I decided to edit the CSS of the form and remove the instruction "border-top: 1px solid #d4dbe0;". In the future I will for each control remove the "nf-section" from the CSS class.


Reply