Created
October 8, 2015 16:54
-
-
Save dreki/456e261e386d52895f18 to your computer and use it in GitHub Desktop.
Horizontally scrolling tabs in Atom
This file contains 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
.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