Skip to content

Commit

Permalink
email Ui breaking fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
varsha766 committed Jun 6, 2022
1 parent ca0c128 commit 4be1997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Participant/Actions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<v-col cols="12" md="5">
<p class="font-14 line-h-17">
<v-icon class="color-grey-100">mdil-email-open</v-icon>
{{ userProfile.email | truncate(25) }}
{{ userProfile.email | truncate(20) }}
</p>
</v-col>
<v-col cols="12" md="4">
Expand Down

0 comments on commit 4be1997

Please sign in to comment.