Skip to content

Commit

Permalink
Merge pull request #620 from gregorylegarec/feat/appicon-flex
Browse files Browse the repository at this point in the history
Prevent flex side effects
  • Loading branch information
gregorylegarec authored Sep 28, 2018
2 parents 0d711b9 + f9fac95 commit e05492c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions react/AppIcon/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
.c-app-icon svg {
height 100%
width 100%
// Prevent flex-grow and flex-shrink
flex-grow 0
flex-shrink 0
}

.c-app-icon-default {
Expand Down

0 comments on commit e05492c

Please sign in to comment.