From a5849b95466b5b22a094757f83fe7f7f823d493d Mon Sep 17 00:00:00 2001 From: Elizabeth Mitchell Date: Mon, 27 Jun 2022 08:43:42 -0700 Subject: [PATCH] fix(text-field): fixed setting width to less than width PiperOrigin-RevId: 457488771 --- text_field/lib/_input.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/text_field/lib/_input.scss b/text_field/lib/_input.scss index 77b7076a35..c7c5f165c8 100644 --- a/text_field/lib/_input.scss +++ b/text_field/lib/_input.scss @@ -19,6 +19,7 @@ color: currentColor; outline: none; padding: 0; + width: 100%; // Remove built-in datepicker icon on Chrome &::-webkit-calendar-picker-indicator {