Skip to content

Instantly share code, notes, and snippets.

@oli
Last active August 29, 2015 14:27
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 oli/b341d0d0d7bdd8eb63a9 to your computer and use it in GitHub Desktop.
Save oli/b341d0d0d7bdd8eb63a9 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
ul {
display: flex;
width: 100%;
overflow: hidden;
border: 1px solid #eee;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
list-style: none;
}
li {min-width: 0;}
a {
display: inline;
margin-right: 1em;
font-size: 2em;
text-decoration: none;
}
<ul>
<li><a href="">One</a></li>
<li><a href="">Two</a></li>
<li><a href="">Three</a></li>
<li><a href="">Four</a></li>
</ul>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment