diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-17 15:28:32 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-17 15:28:32 +0200 |
commit | e452d2e2b80b2fbea88a1fe9c40b49e8241eae92 (patch) | |
tree | afdbb2bc13bf64867c0538ffcd44d196282d78c1 /client/src | |
parent | b335ccec49b450052e3520f66f9acb6670e669f8 (diff) | |
download | PeerTube-e452d2e2b80b2fbea88a1fe9c40b49e8241eae92.tar.gz PeerTube-e452d2e2b80b2fbea88a1fe9c40b49e8241eae92.tar.zst PeerTube-e452d2e2b80b2fbea88a1fe9c40b49e8241eae92.zip |
Fix description/comments max width
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss index fac4bdbe5..15adf0f61 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -81,6 +81,7 @@ | |||
81 | flex-grow: 1; | 81 | flex-grow: 1; |
82 | // Set min width for flex item | 82 | // Set min width for flex item |
83 | min-width: 1px; | 83 | min-width: 1px; |
84 | max-width: 100%; | ||
84 | 85 | ||
85 | .video-info-first-row { | 86 | .video-info-first-row { |
86 | display: flex; | 87 | display: flex; |