Skip to content

Commit

Permalink
Fix agent form button alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sensational-Code committed Dec 11, 2024
1 parent d3b3379 commit 557e770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/ManagementPortal/pages/agents/create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@
</template>


<div class="button-container column-2 justify-self-end">
<div class="span-2 d-flex justify-content-end" style="gap: 16px">
<!-- Create agent -->
<Button
:label="editAgent ? 'Save Changes' : 'Create Agent'"
Expand Down

0 comments on commit 557e770

Please sign in to comment.