From 05842daae69f18a312b8e2ae68afe2f59726223e Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Sun, 8 Dec 2024 19:32:34 -0500 Subject: [PATCH] Allow more characters to fit in transfer dialog quantity field (#17648) --- src/styles/actor/_item-transfer-dialog.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/actor/_item-transfer-dialog.scss b/src/styles/actor/_item-transfer-dialog.scss index f8954f001d8..5a3e4503f57 100644 --- a/src/styles/actor/_item-transfer-dialog.scss +++ b/src/styles/actor/_item-transfer-dialog.scss @@ -26,7 +26,7 @@ gap: var(--space-4); margin-left: auto; input { - width: 4ch; + width: 6ch; } } }