mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	adds fixed height to error-icon class to fix another safari style bug with stretched icons (#21678)
This commit is contained in:
		| @@ -75,11 +75,15 @@ | |||||||
|   height: 32px; |   height: 32px; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | // if using @stretched on FlightIcon there must be an explicit height set on the parent if used in a flexbox | ||||||
|  | // without height set the flexbox will scale out of proportion on Safari | ||||||
|  |  | ||||||
| .brand-icon-large { | .brand-icon-large { | ||||||
|   width: 62px; |   width: 62px; | ||||||
|   height: 62px; // without an explicit height the view breaks in Safari |   height: 62px; | ||||||
| } | } | ||||||
|  |  | ||||||
| .error-icon { | .error-icon { | ||||||
|   width: 48px; |   width: 48px; | ||||||
|  |   height: 48px; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jordan Reimer
					Jordan Reimer