Skip to content

Commit 9850f98

Browse files
authored
Adding bottom padding into hover.css file (#214004)
adding code
1 parent f36826b commit 9850f98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
.monaco-editor .monaco-hover-content {
1111
padding-right: 2px;
12+
padding-bottom: 2px;
1213
box-sizing: border-box;
1314
}
1415

0 commit comments

Comments
 (0)