Skip to content

Commit

Permalink
backport of commit 96fd024 (#21680)
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Reimer <[email protected]>
  • Loading branch information
1 parent bc93062 commit 1101d6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ui/app/styles/components/icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 1101d6f

Please sign in to comment.