From 8fd92267b83c721edcf0ae546187fd840552acc4 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Wed, 23 Jun 2021 22:57:34 +0100 Subject: [PATCH] Fix long player name display in sidebar --- src/components/Sidebar.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue index fbd7051..1be0bc2 100644 --- a/src/components/Sidebar.vue +++ b/src/components/Sidebar.vue @@ -271,6 +271,7 @@ export default defineComponent({ .section__content { padding: 0 0.5rem; margin: 0 -.5rem 1rem; + min-width: 0; &:last-child { margin-bottom: 0;