diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2024-05-26 21:07:48 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-05-26 21:07:48 +0100 |
commit | 0015f431ee7fc319b70ae92a4b8f06b68ad5878a (patch) | |
tree | 3a80482b958a95bcd82aa717eaaf35f9e0501c1c /views/event.handlebars | |
parent | 82c6999ec2ebe572665cc7db4fdb8223cddfc24d (diff) |
fix event and event group edit buttons
Diffstat (limited to 'views/event.handlebars')
-rwxr-xr-x | views/event.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/event.handlebars b/views/event.handlebars index cd1645a..1b1022e 100755 --- a/views/event.handlebars +++ b/views/event.handlebars @@ -11,7 +11,7 @@ </div> <div class="col-lg-3 ml-2 edit-buttons"> {{#if editingEnabled}} - <button type="button" id="editEvent" class="button button--primary" {{#if eventHasConcluded}}disabled{{/if}} data-event-id="{{eventData.id}}" data-toggle="modal" data-target="#editModal"><i class="fas fa-edit"></i> Edit event</button> + <button type="button" id="editEvent" class="button button--primary ml-auto d-block" {{#if eventHasConcluded}}disabled{{/if}} data-event-id="{{eventData.id}}" data-toggle="modal" data-target="#editModal"><i class="fas fa-edit"></i> Edit event</button> {{/if}} </div> </div> |