diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-26 16:00:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-26 16:00:21 +0200 |
commit | 35f676e5d3e5e242e84ed63da2cc78117079c7cb (patch) | |
tree | 490172885661bec8e23f6f82f83834373ce8c3a5 /client/src/app/+videos | |
parent | 5ec3cbdf22fc88ebe57f370fc0bc0e3df7453458 (diff) | |
parent | b45afe12f90c654aef8098e55bedfa81ca73b1f4 (diff) | |
download | PeerTube-35f676e5d3e5e242e84ed63da2cc78117079c7cb.tar.gz PeerTube-35f676e5d3e5e242e84ed63da2cc78117079c7cb.tar.zst PeerTube-35f676e5d3e5e242e84ed63da2cc78117079c7cb.zip |
Merge branch 'release/3.2.0' into develop
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-watch/video-watch.component.scss | 3 |
1 files changed, 3 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 301762695..6124090c9 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.scss +++ b/client/src/app/+videos/+video-watch/video-watch.component.scss | |||
@@ -146,6 +146,8 @@ $video-info-margin-left: 44px; | |||
146 | } | 146 | } |
147 | 147 | ||
148 | .video-info-name { | 148 | .video-info-name { |
149 | @include peertube-word-wrap; | ||
150 | |||
149 | margin-right: 30px; | 151 | margin-right: 30px; |
150 | min-height: 40px; // Align with the action buttons | 152 | min-height: 40px; // Align with the action buttons |
151 | font-size: 27px; | 153 | font-size: 27px; |
@@ -173,6 +175,7 @@ $video-info-margin-left: 44px; | |||
173 | 175 | ||
174 | a { | 176 | a { |
175 | @include disable-default-a-behaviour; | 177 | @include disable-default-a-behaviour; |
178 | @include peertube-word-wrap; | ||
176 | 179 | ||
177 | color: pvar(--mainForegroundColor); | 180 | color: pvar(--mainForegroundColor); |
178 | 181 | ||