From 05a95b2d1d5947ebc12e4c20741d63a1c70291a4 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Thu, 16 May 2024 23:44:20 +0200 Subject: [PATCH] Fix : Add flex wrap for discard Closes #55 --- components/PlayerSlot.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/PlayerSlot.vue b/components/PlayerSlot.vue index 506885f..69d5b28 100644 --- a/components/PlayerSlot.vue +++ b/components/PlayerSlot.vue @@ -297,6 +297,7 @@ function damage_team_all(team: Team) { display: flex; /* background: blue; */ pointer-events: all; + flex-wrap: wrap; } #discard_unwrapped_bg {