Keep player list names on one line
This commit is contained in:
parent
4cc1f8fd1f
commit
7a4207d946
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user