Skip to content

Commit

Permalink
fix #145044
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Mar 14, 2022
1 parent 56923ec commit fa5b798
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vs/workbench/contrib/terminal/browser/media/terminal.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
display: block;
}

.monaco-workbench .editor-instance .xterm {
padding-left: 20px !important;
}

.monaco-workbench .pane-body.integrated-terminal .terminal-group .monaco-split-view2.horizontal .split-view-view:first-child .xterm,
.integrated-terminal.shell-integration .xterm {
padding-left: 20px !important;
Expand Down

0 comments on commit fa5b798

Please sign in to comment.