more padding for title label when tabs disabled

This commit is contained in:
Benjamin Pasero 2016-06-15 11:10:18 +02:00
parent 5473066970
commit d4fad940b0

View file

@ -3,6 +3,12 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
/* Title Container */
.monaco-workbench > .part.editor > .content > .one-editor-container > .title {
padding-left: 2px;
}
/* Title Decoration */
.monaco-workbench > .part.editor > .content > .one-editor-container > .title .title-decoration {