From ed9c45f88093c3eed36439bcc6ec4778659c8708 Mon Sep 17 00:00:00 2001 From: TJ Egan Date: Fri, 14 Apr 2017 10:15:41 -0500 Subject: [PATCH] fix(text-input): fix letters being cut off --- src/components/text-input/_text-input.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/text-input/_text-input.scss b/src/components/text-input/_text-input.scss index 87a59b86825b..fcb933fb7f89 100644 --- a/src/components/text-input/_text-input.scss +++ b/src/components/text-input/_text-input.scss @@ -18,7 +18,7 @@ width: 100%; height: rem(40px); min-width: 10rem; - padding: .825rem 1rem; + padding: 0 1rem; color: $text-01; background-color: $field-01; border: 1px solid transparent;