Skip to content

Commit 70806e3

Browse files
authored
Adding back the CSS into the hover code (microsoft#213831)
* adding back the appropiate css * removing the padding bottom maybe not needed?
1 parent bc15ede commit 70806e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/vs/editor/contrib/hover/browser/hover.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
background-color: var(--vscode-editor-hoverHighlightBackground);
88
}
99

10+
.monaco-editor .monaco-hover-content {
11+
padding-right: 2px;
12+
box-sizing: border-box;
13+
}
14+
1015
.monaco-editor .monaco-hover {
1116
color: var(--vscode-editorHoverWidget-foreground);
1217
background-color: var(--vscode-editorHoverWidget-background);

0 commit comments

Comments
 (0)