From ad7a08cfa928c986e432a9c3eb4058ebf361eb6e Mon Sep 17 00:00:00 2001 From: odb366 Date: Tue, 19 Jun 2018 23:14:57 +0300 Subject: [PATCH] fix(submit-channel-layout): width of amount field matches expected output --- app/components/Contacts/SubmitChannelForm.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Contacts/SubmitChannelForm.scss b/app/components/Contacts/SubmitChannelForm.scss index 37835563..6d579efa 100644 --- a/app/components/Contacts/SubmitChannelForm.scss +++ b/app/components/Contacts/SubmitChannelForm.scss @@ -56,7 +56,7 @@ input { font-size: 20px; - max-width: 150px; + max-width: 110px; } }