diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-18 09:34:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-18 09:34:00 +0200 |
commit | f7891304f0c344e343df4271414c9d096ce7b4e4 (patch) | |
tree | 223118607a21a4431ec28a6bb142ce9a16b2f13b /client/src | |
parent | f645af439669b084dc7ea360751a0e4c1980c81b (diff) | |
download | PeerTube-f7891304f0c344e343df4271414c9d096ce7b4e4.tar.gz PeerTube-f7891304f0c344e343df4271414c9d096ce7b4e4.tar.zst PeerTube-f7891304f0c344e343df4271414c9d096ce7b4e4.zip |
Fix stats card label width
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/sass/player/stats.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/player/stats.scss b/client/src/sass/player/stats.scss index 0e337aa19..122d96005 100644 --- a/client/src/sass/player/stats.scss +++ b/client/src/sass/player/stats.scss | |||
@@ -37,7 +37,7 @@ $contextmenu-background-color: rgba(0, 0, 0, 0.6); | |||
37 | font-weight: 600; | 37 | font-weight: 600; |
38 | padding: 0 .5em; | 38 | padding: 0 .5em; |
39 | text-align: end; | 39 | text-align: end; |
40 | width: 11.5em; | 40 | min-width: 11.5em; |
41 | white-space: nowrap; | 41 | white-space: nowrap; |
42 | } | 42 | } |
43 | } | 43 | } |