Skip to content

Commit

Permalink
Fix Panel Title Overflow (#200980)
Browse files Browse the repository at this point in the history
  • Loading branch information
benibenj authored Dec 15, 2023
1 parent 11cc162 commit 242755e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/browser/parts/media/paneCompositePart.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

.monaco-workbench .pane-composite-part > .title.has-composite-bar > .title-actions .monaco-action-bar .action-item,
.monaco-workbench .pane-composite-part > .title.has-composite-bar > .global-actions .monaco-action-bar .action-item {
margin-right: 4px;
padding-right: 4px; /* Use padding instead of margin for width computation to be correct #200515 */
}

.monaco-workbench .pane-composite-part > .title.has-composite-bar > .title-actions .monaco-action-bar .action-item .action-label {
Expand Down

0 comments on commit 242755e

Please sign in to comment.