diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-17 16:07:45 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-17 16:07:56 +0200 |
commit | 82eb78504ff6b8ed06aa28de48930fe0f21541fe (patch) | |
tree | 10242eaba9cfaab9233fd1553fbcb7a20815fe82 /client | |
parent | d3976db269a0e5a3256867a7fc614d3c54c58720 (diff) | |
download | PeerTube-82eb78504ff6b8ed06aa28de48930fe0f21541fe.tar.gz PeerTube-82eb78504ff6b8ed06aa28de48930fe0f21541fe.tar.zst PeerTube-82eb78504ff6b8ed06aa28de48930fe0f21541fe.zip |
Fix user name work wrapping
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss b/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss index cc5e36a32..923f0029b 100644 --- a/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss +++ b/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss | |||
@@ -13,6 +13,8 @@ | |||
13 | flex-direction: column; | 13 | flex-direction: column; |
14 | 14 | ||
15 | .actor-info-display-name { | 15 | .actor-info-display-name { |
16 | @include peertube-word-wrap; | ||
17 | |||
16 | font-size: 20px; | 18 | font-size: 20px; |
17 | font-weight: $font-bold; | 19 | font-weight: $font-bold; |
18 | 20 | ||