Skip to content

Commit

Permalink
Merge pull request #2056 from solliancenet/sc-fix-agent-form-buttons
Browse files Browse the repository at this point in the history
Fix agent form button alignment
  • Loading branch information
ciprianjichici authored Dec 11, 2024
2 parents d3b3379 + 557e770 commit 2687cb2
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 2687cb2

Please sign in to comment.