backport of commit 96fd024d15c4823ac73f08bb576d575d99537b15 (#21680)

Co-authored-by: Jordan Reimer <zofskeez@gmail.com>
This commit is contained in:
hc-github-team-secure-vault-core 2023-07-07 15:29:06 -04:00 committed by GitHub
parent ec7e69adc0
commit 37dcc37e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -75,11 +75,15 @@
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 {
width: 62px;
height: 62px; // without an explicit height the view breaks in Safari
height: 62px;
}
.error-icon {
width: 48px;
height: 48px;
}