Skip to content

Commit

Permalink
fix(ui): change input line-height to prevent clipped characters (#8216)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Lai <timothy.lai@smartbear.com>
  • Loading branch information
Avantgarde95 and tim-lai committed Oct 19, 2022
1 parent f5bb456 commit a43ae1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/style/_form.scss
Expand Up @@ -57,6 +57,8 @@ input[type=search],
input[type=email],
input[type=file]
{
line-height: 1;

@media (max-width: 768px) {
max-width: 175px;
}
Expand Down

0 comments on commit a43ae1c

Please sign in to comment.