diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-26 16:00:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-26 16:00:09 +0200 |
commit | b45afe12f90c654aef8098e55bedfa81ca73b1f4 (patch) | |
tree | c0cd6f17f05054f9c030321f71f8c8eadd632d7d /client/src/app/+videos | |
parent | 6c8a99d12ad1a6ffd4bc564bab48f4d4a5588ae2 (diff) | |
download | PeerTube-b45afe12f90c654aef8098e55bedfa81ca73b1f4.tar.gz PeerTube-b45afe12f90c654aef8098e55bedfa81ca73b1f4.tar.zst PeerTube-b45afe12f90c654aef8098e55bedfa81ca73b1f4.zip |
Fix UI overflows
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 | ||