Last active
November 18, 2020 10:02
-
-
Save z81/6c10c71f4a5b3d74786667f367126905 to your computer and use it in GitHub Desktop.
vs code multiline tabs
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
.tabs-and-actions-container > .monaco-scrollable-element { | |
height: auto !important; | |
} | |
.tabs-and-actions-container > .monaco-scrollable-element > .tabs-container { | |
height: auto !important; | |
flex-wrap: wrap; | |
} | |
.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab { | |
height: 25px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
code "/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.css"