Skip to content

Instantly share code, notes, and snippets.

@z81
Last active November 18, 2020 10:02
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 z81/6c10c71f4a5b3d74786667f367126905 to your computer and use it in GitHub Desktop.
Save z81/6c10c71f4a5b3d74786667f367126905 to your computer and use it in GitHub Desktop.
vs code multiline tabs
.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;
}
@z81
Copy link
Author

z81 commented Nov 18, 2019

code "/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.css"

@z81
Copy link
Author

z81 commented Nov 28, 2019

F1 -> Reload window

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment