Fix : Add flex wrap for discard
release-tag / release-image (push) Successful in 28s

Closes #55
This commit is contained in:
2024-05-16 23:44:20 +02:00
parent 397240589e
commit 05a95b2d1d
+1
View File
@@ -297,6 +297,7 @@ function damage_team_all(team: Team) {
display: flex;
/* background: blue; */
pointer-events: all;
flex-wrap: wrap;
}
#discard_unwrapped_bg {