Fix language dropdown causing zoom on mobile devices in web UI (#19428)

This commit is contained in:
Eugen Rochko 2022-10-23 23:38:20 +02:00 committed by GitHub
parent 73de39e632
commit 3ad0a2ae3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -4810,10 +4810,6 @@ a.status-card.compact:hover {
&:focus {
background: lighten($ui-base-color, 4%);
}
@media screen and (max-width: 600px) {
font-size: 16px;
}
}
.search__icon {

View File

@ -111,7 +111,7 @@
position: relative;
input {
font-size: 14px;
font-size: 16px;
font-weight: 400;
padding: 7px 9px;
padding-right: 25px;