Skip to content

Instantly share code, notes, and snippets.

@ramilamparo
Last active February 16, 2020 09:18
Show Gist options
  • Save ramilamparo/1eb7dcee57b6302c246fc5a1d8140e4e to your computer and use it in GitHub Desktop.
Save ramilamparo/1eb7dcee57b6302c246fc5a1d8140e4e to your computer and use it in GitHub Desktop.
.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;
}
.tabs-and-actions-container>.monaco-scrollable-element>.tabs-container .label-description
{
margin-left: 0;
}
.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab .monaco-icon-label:before {
height: 35px;
}
.monaco-icon-label>.monaco-icon-label-container {
flex-direction: column-reverse;
display: flex;
}
.monaco-icon-label:before {
background-size: 20px;
width: 20px;
}
.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab {
width: 80px;
min-width: fit-content;
min-width: -moz-fit-content;
flex-shrink: 0;
}
.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab>.tab-close {
width: 15px;
}
.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab>.tab-close .action-label {
margin-right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment