fix(ui): change input line-height to prevent clipped characters (#8216)

Co-authored-by: Tim Lai <timothy.lai@smartbear.com>
This commit is contained in:
Hunmin Park
2022-10-20 05:55:24 +09:00
committed by GitHub
parent f5bb456ffa
commit a43ae1c804

View File

@@ -57,6 +57,8 @@ input[type=search],
input[type=email], input[type=email],
input[type=file] input[type=file]
{ {
line-height: 1;
@media (max-width: 768px) { @media (max-width: 768px) {
max-width: 175px; max-width: 175px;
} }