Skip to content

Commit

Permalink
remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Jun 14, 2021
1 parent 31bcda4 commit e4c8b94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/vs/workbench/contrib/terminal/browser/media/terminal.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
margin-right: -20px;
}

.monaco-workbench .editor-instance canvas,
.monaco-workbench .pane-body.integrated-terminal canvas {
/* Align the viewport and canvases to the bottom of the panel */
position: absolute;
Expand All @@ -78,7 +77,6 @@
font-variant-ligatures: none;
}

.monaco-workbench .editor-instance .split-view-view,
.monaco-workbench .pane-body.integrated-terminal .split-view-view {
box-sizing: border-box;
overflow: hidden;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ export function registerTerminalActions() {
const instantiationService = accessor.get(IInstantiationService);
const input: TerminalEditorInput = instantiationService.createInstance(TerminalEditorInput);
await editorService.openEditor(input, { pinned: false });
return void (0);
}
});

Expand Down

0 comments on commit e4c8b94

Please sign in to comment.