aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channels.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-05 11:43:49 +0200
committerChocobozzz <me@florianbigard.com>2021-04-05 11:44:09 +0200
commit4e6276c49398d5f1cf9901e5f1bea7b50509b2d0 (patch)
treedc795d2270caa345fbacb2b7aa607b727eda80db /client/src/app/+video-channels/video-channels.component.scss
parent4363ce0e3edefcf5d8f913eabea365c424b0a956 (diff)
downloadPeerTube-4e6276c49398d5f1cf9901e5f1bea7b50509b2d0.tar.gz
PeerTube-4e6276c49398d5f1cf9901e5f1bea7b50509b2d0.tar.zst
PeerTube-4e6276c49398d5f1cf9901e5f1bea7b50509b2d0.zip
Fix account empty description display
Diffstat (limited to 'client/src/app/+video-channels/video-channels.component.scss')
-rw-r--r--client/src/app/+video-channels/video-channels.component.scss2
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));