Skip to content

Instantly share code, notes, and snippets.

@JoelMarcey
Created November 23, 2016 22:06
Show Gist options
  • Save JoelMarcey/94768fc351dddb3bea5478b4d4259364 to your computer and use it in GitHub Desktop.
Save JoelMarcey/94768fc351dddb3bea5478b4d4259364 to your computer and use it in GitHub Desktop.
div, span {
box-sizing: border-box;
position: relative;
display: flex;
flex-direction: column;
align-items: stretch;
flex-shrink: 0;
align-content: flex-start;
border: 0 solid black;
margin: 0;
padding: 0;
min-width: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment