cancel
Showing results for 
Search instead for 
Did you mean: 

Remove line between 2 fragments in a view

former_member567509
Participant
0 Kudos

Hello,

I am using 2 fragments in a view but when it is displayed there is some space between fields set of 2 fragments. Any idea how can we remove the space.

Screen shot attached.

Thanks for guidance.

Regards.

former_member567509
Participant

Accepted Solutions (1)

Accepted Solutions (1)

brian_keenan
Contributor
0 Kudos

Best thing to do is check the CSS by using the dev tools in F12, the fragment probably has a class that has a margin or padding on it.

just use the addStyleClass function on your fragment and add a new class overwriting whatever property is causing it

former_member567509
Participant
0 Kudos

thanks Brian. i was able to look at CSS in dev tools and solve the issue.

Cheers.

Answers (0)