diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 3 |
1 files changed, 2 insertions, 1 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 5060867a4..717b00eb1 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -301,7 +301,8 @@ | |||
301 | margin-bottom: 12px; | 301 | margin-bottom: 12px; |
302 | 302 | ||
303 | .video-attribute-label { | 303 | .video-attribute-label { |
304 | width: 86px; | 304 | min-width: 91px; |
305 | padding-right: 5px; | ||
305 | display: inline-block; | 306 | display: inline-block; |
306 | color: #585858; | 307 | color: #585858; |
307 | font-weight: $font-bold; | 308 | font-weight: $font-bold; |