Skip to content

Instantly share code, notes, and snippets.

@pwlin
Created October 20, 2016 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pwlin/eaa7dd8dcd5989eb5a6d7c555070e695 to your computer and use it in GitHub Desktop.
Save pwlin/eaa7dd8dcd5989eb5a6d7c555070e695 to your computer and use it in GitHub Desktop.
flex columns
<div style="width:100%;display:flex;flex-flow:wrap;">
<div style="flex:1 100%;overflow:hidden;text-overflow:ellipsis;"></div>
<div style="width:50%"></div>
<div style="width:50%"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment