Skip to content

Instantly share code, notes, and snippets.

@dreki
Created October 8, 2015 16:54
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 dreki/456e261e386d52895f18 to your computer and use it in GitHub Desktop.
Save dreki/456e261e386d52895f18 to your computer and use it in GitHub Desktop.
Horizontally scrolling tabs in Atom
.tab-bar {
overflow-x: auto;
}
.tab-bar .tab {
min-width: 125px; // also prevents from becoming squished
padding-right: 15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment