Skip to content

Commit

Permalink
fix(InviteesListSearch): make avatar status not clip
Browse files Browse the repository at this point in the history
Signed-off-by: Grigory Vodyanov <[email protected]>
  • Loading branch information
GVodyanov committed Aug 19, 2024
1 parent 46cb23e commit 3cfb3a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Editor/Invitees/InviteesListSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -295,3 +295,9 @@ export default {
},
}
</script>

<style scoped>
:deep(.avatardiv) {
overflow: visible !important;
}

Check warning on line 302 in src/components/Editor/Invitees/InviteesListSearch.vue

View check run for this annotation

Codecov / codecov/patch

src/components/Editor/Invitees/InviteesListSearch.vue#L302

Added line #L302 was not covered by tests
</style>

0 comments on commit 3cfb3a2

Please sign in to comment.