Skip to content

Commit

Permalink
Center form elements in create_destination fieldset
Browse files Browse the repository at this point in the history
  • Loading branch information
stveit committed Jan 9, 2025
1 parent a605af3 commit 522105b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
hx-target="#destination-content"
class="max-w-4xl w-full">
{% csrf_token %}
<fieldset class="p-2 border rounded-box border-primary items-center gap-4 flex items-end">
<fieldset class="p-2 border rounded-box border-primary items-center gap-4 flex items-end justify-center">
<legend class="menu-title">Create destination</legend>
{% for field in create_form %}
<label class="form-control max-w-xs mb-auto">
Expand Down

0 comments on commit 522105b

Please sign in to comment.