Last active
March 9, 2018 16:03
-
-
Save Farmatique/61ecf28e7775ba15af917ddfebab1904 to your computer and use it in GitHub Desktop.
Avoid flex items (flex child) to change (distort) width
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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