Fix language dropdown causing zoom on mobile devices in web UI (#19428)
This commit is contained in:
		
							parent
							
								
									14b27b92e2
								
							
						
					
					
						commit
						aa2d04e53e
					
				
					 2 changed files with 1 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -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 {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -111,7 +111,7 @@
 | 
			
		|||
  position: relative;
 | 
			
		||||
 | 
			
		||||
  input {
 | 
			
		||||
    font-size: 14px;
 | 
			
		||||
    font-size: 16px;
 | 
			
		||||
    font-weight: 400;
 | 
			
		||||
    padding: 7px 9px;
 | 
			
		||||
    padding-right: 25px;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue