mirror of https://github.com/Chocobozzz/PeerTube
Fix stats card label width
parent
f645af4396
commit
f7891304f0
|
@ -37,7 +37,7 @@ $contextmenu-background-color: rgba(0, 0, 0, 0.6);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
padding: 0 .5em;
|
padding: 0 .5em;
|
||||||
text-align: end;
|
text-align: end;
|
||||||
width: 11.5em;
|
min-width: 11.5em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue