From dc0b2ceb8bdcdbfd95f0f5dadc1d7477c4470345 Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Thu, 21 Jul 2022 16:18:32 -0400 Subject: [PATCH] fx-compat: Item box: Make sure input has room --- scss/components/_itemBox.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_itemBox.scss b/scss/components/_itemBox.scss index b9ea3cab08..103a542e73 100644 --- a/scss/components/_itemBox.scss +++ b/scss/components/_itemBox.scss @@ -152,7 +152,7 @@ row label & > input { flex: 1; - width: 100%; + min-width: 60%; } & > div {