Skip to content

Commit

Permalink
Give modal form 100% width
Browse files Browse the repository at this point in the history
  • Loading branch information
juniwalk authored Feb 21, 2024
1 parent 57f40b2 commit 52b52c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/@layout-modal.latte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{default $contentClass = null}
{default $contentPos = 'top'}

<form n:name="form" data-form-name="{$control->getName()}">
<form n:name="form" class="w-100" data-form-name="{$control->getName()}">

<div class="modal-content">

Expand Down

0 comments on commit 52b52c0

Please sign in to comment.