diff --git a/forge-gui-mobile/src/forge/screens/match/views/VStack.java b/forge-gui-mobile/src/forge/screens/match/views/VStack.java index 22d25cf0e4e..9a86da5625e 100644 --- a/forge-gui-mobile/src/forge/screens/match/views/VStack.java +++ b/forge-gui-mobile/src/forge/screens/match/views/VStack.java @@ -82,7 +82,7 @@ public class VStack extends FDropDown { float x = PADDING; float y = PADDING; float dy = PADDING - 1; - float totalWidth = Math.round(maxWidth / 2); + float totalWidth = Math.min(4 * CARD_WIDTH, maxWidth); float width = totalWidth - 2 * PADDING; if (stack.isEmpty()) { //show label if stack empty