Skip to content

Instantly share code, notes, and snippets.

@rageandqq
Created August 17, 2016 21: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 rageandqq/4440ba27cd0356c1071b7d52a9276867 to your computer and use it in GitHub Desktop.
Save rageandqq/4440ba27cd0356c1071b7d52a9276867 to your computer and use it in GitHub Desktop.
atom multiline tab styling
// Make tabs multi-row
.tab-bar {
height: auto;
flex-wrap: wrap;
.tab,
.tab.active {
flex: 1 0 auto;
height: 30px;
line-height: 27px;
}
.tab .title,
.tab.active .title {
padding-right: 5px;
position: relative;
top: 1px;
}
.tab .close-icon,
.tab.active .close-icon {
line-height: 29px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment