Created
October 20, 2016 09:11
-
-
Save pwlin/eaa7dd8dcd5989eb5a6d7c555070e695 to your computer and use it in GitHub Desktop.
flex columns
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
<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