mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Use consistent style for inline code in hover/suggest/parameter hints
Fixes #35813
This commit is contained in:
@@ -56,6 +56,11 @@
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.monaco-editor .parameter-hints-widget .docs code {
|
||||
border-radius: 3px;
|
||||
padding: 0 0.4em;
|
||||
}
|
||||
|
||||
.monaco-editor .parameter-hints-widget .buttons {
|
||||
position: absolute;
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user