Skip to content

Commit

Permalink
fix(styles): new agents dialog gap
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Dec 11, 2024
1 parent 200b6cd commit ea2f646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desk/src/components/desk/global/AddNewAgentsDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<Button appearance="secondary" class="mr-2" @click="close()"
>Cancel</Button
>
<div class="grow">
<div class="grow mt-2">
<Button
@click="removeAllEmailFromQueue()"
v-if="inviteQueue.length > 1"
Expand Down

0 comments on commit ea2f646

Please sign in to comment.