diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-05 11:43:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-05 11:44:09 +0200 |
commit | 4e6276c49398d5f1cf9901e5f1bea7b50509b2d0 (patch) | |
tree | dc795d2270caa345fbacb2b7aa607b727eda80db /client/src | |
parent | 4363ce0e3edefcf5d8f913eabea365c424b0a956 (diff) | |
download | PeerTube-4e6276c49398d5f1cf9901e5f1bea7b50509b2d0.tar.gz PeerTube-4e6276c49398d5f1cf9901e5f1bea7b50509b2d0.tar.zst PeerTube-4e6276c49398d5f1cf9901e5f1bea7b50509b2d0.zip |
Fix account empty description display
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+video-channels/video-channels.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+video-channels/video-channels.component.scss b/client/src/app/+video-channels/video-channels.component.scss index 2ffd70c89..12f5b9f3e 100644 --- a/client/src/app/+video-channels/video-channels.component.scss +++ b/client/src/app/+video-channels/video-channels.component.scss | |||
@@ -132,7 +132,7 @@ | |||
132 | } | 132 | } |
133 | 133 | ||
134 | .owner-description { | 134 | .owner-description { |
135 | height: 140px; | 135 | max-height: 140px; |
136 | word-break: break-word; | 136 | word-break: break-word; |
137 | 137 | ||
138 | @include fade-text(120px, pvar(--mainBackgroundColor)); | 138 | @include fade-text(120px, pvar(--mainBackgroundColor)); |