Skip to content

Commit

Permalink
[MS] Fixed display bug in invitation list
Browse files Browse the repository at this point in the history
  • Loading branch information
Ironicbay committed Nov 15, 2023
1 parent 1c659c8 commit c71ea62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/views/users/InvitationsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ async function rejectUser(invitation: UserInvitation): Promise<void> {

<style scoped lang="scss">
.invitation-container {
margin: 2rem;
margin: 7em 2em 2em;
}

.right-side {
Expand Down

0 comments on commit c71ea62

Please sign in to comment.