diff --git a/src/components/sidebar/PlayerListItem.vue b/src/components/sidebar/PlayerListItem.vue index d004782..b20727e 100644 --- a/src/components/sidebar/PlayerListItem.vue +++ b/src/components/sidebar/PlayerListItem.vue @@ -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;