Created
January 18, 2016 03:45
-
-
Save gabelloyd/a66fed1fb9f7210fe803 to your computer and use it in GitHub Desktop.
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
.flexyflexflex { | |
display: flex; | |
width: 100%; | |
flex-direction: row; | |
flex-wrap: nowrap; | |
flex-shrink: 0; | |
justify-content: flex-start; | |
} | |
.flexyflexflex form { | |
margin-left: auto; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reference to Bootstrap Issue #18875.
JSBin ref: http://jsbin.com/cufokoyoyo/