Skip to content

Instantly share code, notes, and snippets.

@davidlukerice
Created December 16, 2014 15:14
Show Gist options
  • Save davidlukerice/fcc912f2a2b098da13b5 to your computer and use it in GitHub Desktop.
Save davidlukerice/fcc912f2a2b098da13b5 to your computer and use it in GitHub Desktop.
atom.io multi-row tabs
// Make tabs multi-row
.tab-bar {
height: auto;
flex-wrap: wrap;
}
.tab-bar .tab,
.tab-bar .tab.active {
flex-basis: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment