mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-28 06:31:58 +00:00
Merge pull request #285035 from microsoft/tyriar/285032
Some checks are pending
Monaco Editor checks / Monaco Editor checks (push) Waiting to run
Code OSS (node_modules) / Compile (push) Waiting to run
Code OSS (node_modules) / Linux (push) Waiting to run
Code OSS (node_modules) / macOS (push) Waiting to run
Code OSS (node_modules) / Windows (push) Waiting to run
Some checks are pending
Monaco Editor checks / Monaco Editor checks (push) Waiting to run
Code OSS (node_modules) / Compile (push) Waiting to run
Code OSS (node_modules) / Linux (push) Waiting to run
Code OSS (node_modules) / macOS (push) Waiting to run
Code OSS (node_modules) / Windows (push) Waiting to run
Remove forced layout from terminal command guide
This commit is contained in:
commit
64929b87d2
@ -543,6 +543,7 @@
|
||||
box-sizing: border-box;
|
||||
transform: translateX(3px);
|
||||
pointer-events: none;
|
||||
margin-left: -20px;
|
||||
}
|
||||
.terminal-command-guide.top {
|
||||
border-top-left-radius: 1px;
|
||||
|
||||
@ -331,9 +331,6 @@ export class MarkNavigationAddon extends Disposable implements IMarkTracker, ITe
|
||||
element.classList.add('bottom');
|
||||
}
|
||||
}
|
||||
if (this._terminal?.element) {
|
||||
element.style.marginLeft = `-${getWindow(this._terminal.element).getComputedStyle(this._terminal.element).paddingLeft}`;
|
||||
}
|
||||
}));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user