diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-27 08:37:51 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-27 12:03:26 +0200 |
commit | c6c357ac35036463d52061fe84a36d7a2db33278 (patch) | |
tree | 97bb97789c84765e0f56c6897770d648c6abfb9a /client/src | |
parent | 956888ac4267d373e09f98c8791e4596074b98a9 (diff) | |
download | PeerTube-c6c357ac35036463d52061fe84a36d7a2db33278.tar.gz PeerTube-c6c357ac35036463d52061fe84a36d7a2db33278.tar.zst PeerTube-c6c357ac35036463d52061fe84a36d7a2db33278.zip |
Fix attribute label width in video watch page
Diffstat (limited to 'client/src')
-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; |