diff --git a/src/vs/workbench/parts/debug/browser/media/debugViewlet.css b/src/vs/workbench/parts/debug/browser/media/debugViewlet.css index f986d7db8b5d295cca64207b89b3d3b0cda8d9f3..2d6bcfe1acc09e57eaa72dbcee9b90e7fcde6961 100644 --- a/src/vs/workbench/parts/debug/browser/media/debugViewlet.css +++ b/src/vs/workbench/parts/debug/browser/media/debugViewlet.css @@ -64,6 +64,8 @@ .monaco-workbench > .part > .title > .title-actions .start-debug-action-item .start-debug .name { margin-right: 6px; display: inline-block; + overflow: hidden; + max-width: 100px; } .vs-dark .monaco-workbench > .part > .title > .title-actions .start-debug-action-item .start-debug, @@ -75,7 +77,6 @@ width: 20px; height: 20px; background: url('continue.svg') center center no-repeat; - vertical-align: bottom; } .vs-dark .monaco-workbench > .part > .title > .title-actions .start-debug-action-item .start-debug .icon,