From a43ae1c804b4ebc15bc7a39d27b068a60ea6a158 Mon Sep 17 00:00:00 2001 From: Hunmin Park Date: Thu, 20 Oct 2022 05:55:24 +0900 Subject: [PATCH] fix(ui): change input line-height to prevent clipped characters (#8216) Co-authored-by: Tim Lai --- src/style/_form.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/style/_form.scss b/src/style/_form.scss index e4605729..555dd01e 100644 --- a/src/style/_form.scss +++ b/src/style/_form.scss @@ -57,6 +57,8 @@ input[type=search], input[type=email], input[type=file] { + line-height: 1; + @media (max-width: 768px) { max-width: 175px; }