Hi,
Any suggestion on removing space between grids. It appeared after publishing the form with new designer:
Hi,
Any suggestion on removing space between grids. It appeared after publishing the form with new designer:
Hi @aseem,
Sorry, I misunderstood your question. Try this instead:
.fd-grid {
margin-top: -12px !important;
margin-bottom: -12px !important;
}
This worked, thanks for your help.