Skip to content

Commit

Permalink
Fix overlay button width
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Apr 3, 2024
1 parent 731e954 commit ae4aeba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@submit="rejectInvitation(invitation)"
>
<template #activator="{ on }">
<v-btn text v-on="on">
<v-btn class="px-4" text v-on="on">
{{ $tc('components.personalInvitations.personalInvitations.reject') }}
</v-btn>
</template>
Expand Down

0 comments on commit ae4aeba

Please sign in to comment.