Keep player list names on one line

This commit is contained in:
James Lyne 2021-01-06 01:00:01 +00:00
parent 4cc1f8fd1f
commit 7a4207d946

View File

@ -108,6 +108,9 @@ export default defineComponent({
position: relative;
display: block;
line-height: 3rem;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
.player__icon {
position: absolute;