Skip to content

Commit

Permalink
Add 20px horizontal padding to integrated terminal
Browse files Browse the repository at this point in the history
Fixes #6468
  • Loading branch information
Tyriar committed May 18, 2016
1 parent 9371e30 commit e5ea28e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
color: #333;
-webkit-user-select: initial;
overflow: hidden; /* prevents the terminal output being incorrectly placed over the title */
padding: 0 20px;
}

.monaco-workbench .integrated-terminal .terminal {
Expand Down

0 comments on commit e5ea28e

Please sign in to comment.