Add a grid area with few items in each column. Then add a button to the form.
There is no space between the last field in the grid and the submit button.
See images.
There is no space between the last field in the grid and the submit button.
See images.
Hi omidhz,
Yes, in these situations you will need to add a divider, use HTML element and add this code:
Best regards,
Max
Yes, in these situations you will need to add a divider, use HTML element and add this code:
<div class="ui divider"></div>
Best regards,
Max
This topic is locked and no more replies can be posted.