Skip to content

Commit

Permalink
#21 move login button to new line | use full width for login button
Browse files Browse the repository at this point in the history
  • Loading branch information
iMiMWeis committed Mar 11, 2024
1 parent e420894 commit 6c0d1c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Resources/views/storefront/page/restricted.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
<div class="form-group col">
<input class="form-control" type="password" name="password" placeholder="{{ 'imidi.password'| trans }}">
</div>
<div class="form-group col-3">
</div>
<div class="form-row">
<div class="form-group">
<input class="form-control" type="submit" value="{{ 'imidi.login'| trans }}">
</div>
</div>
Expand Down

0 comments on commit 6c0d1c5

Please sign in to comment.