Skip to content

Commit

Permalink
fix(NcAvatar) force white-space wrapping if show initials
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Sep 8, 2023
1 parent 836b7c8 commit 2e457f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcAvatar/NcAvatar.vue
Expand Up @@ -697,6 +697,7 @@ export default {
&--unknown {
position: relative;
background-color: var(--color-main-background);
white-space: normal;
}
&:not(&--unknown) {
Expand Down

0 comments on commit 2e457f3

Please sign in to comment.