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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user