]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix stats card label width
authorChocobozzz <me@florianbigard.com>
Wed, 18 Aug 2021 07:34:00 +0000 (09:34 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 18 Aug 2021 07:34:00 +0000 (09:34 +0200)
client/src/sass/player/stats.scss

index 0e337aa192aa7300da5d29e8e1ea2f468c3814e9..122d96005d9dc0913e55d41423811f2ad40e9b05 100644 (file)
@@ -37,7 +37,7 @@ $contextmenu-background-color: rgba(0, 0, 0, 0.6);
     font-weight: 600;
     padding: 0 .5em;
     text-align: end;
-    width: 11.5em;
+    min-width: 11.5em;
     white-space: nowrap;
   }
 }