Merge pull request #108038 from jeanp413/fix-107284

Fixes outline view element overflow
This commit is contained in:
Johannes Rieken 2020-10-05 09:14:32 +02:00 committed by GitHub
commit 0980a03d56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,11 @@
color: var(--outline-element-color);
}
.monaco-list .outline-element .monaco-icon-label-container .monaco-highlighted-label,
.monaco-list .outline-element .monaco-icon-label-container .label-description {
white-space: nowrap;
}
.monaco-list .outline-element .outline-element-decoration {
opacity: 0.75;
font-size: 90%;