Skip to content

Instantly share code, notes, and snippets.

@Farmatique
Last active March 9, 2018 16:03
Show Gist options
  • Save Farmatique/61ecf28e7775ba15af917ddfebab1904 to your computer and use it in GitHub Desktop.
Save Farmatique/61ecf28e7775ba15af917ddfebab1904 to your computer and use it in GitHub Desktop.
Avoid flex items (flex child) to change (distort) width
apply to flex-childs
-webkit-flex-grow: 0;
flex-grow: 0;
-webkit-flex-shrink: 0;
flex-shrink: 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment