Skip to content

Instantly share code, notes, and snippets.

@gabelloyd
Created January 18, 2016 03:45
Show Gist options
  • Save gabelloyd/a66fed1fb9f7210fe803 to your computer and use it in GitHub Desktop.
Save gabelloyd/a66fed1fb9f7210fe803 to your computer and use it in GitHub Desktop.
.flexyflexflex {
display: flex;
width: 100%;
flex-direction: row;
flex-wrap: nowrap;
flex-shrink: 0;
justify-content: flex-start;
}
.flexyflexflex form {
margin-left: auto;
}
@gabelloyd
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment