Hi,
When i open the Plumsail Form from the List as panel, have a margin.
When i open the Plumsail form from the Plumsail WebPartList as dialog, don't have a margin. This see cutted. How can i get a margin displayed on the form?
Thanks
Hi,
When i open the Plumsail Form from the List as panel, have a margin.
When i open the Plumsail form from the Plumsail WebPartList as dialog, don't have a margin. This see cutted. How can i get a margin displayed on the form?
Thanks
Dear @Pro2000MD,
You can try the following:
.fd-dialog-wrapper .fd-form.fd-absolute-toolbar{
margin: 50px;
}
Thanks
i testing this tomorrow and give you feedback.