Skip to content

Commit 31d41d7

Browse files
authored
Add missing border radius to suggest widget (microsoft#182552)
Add missing border radius on suggest widget
1 parent 9ff83d4 commit 31d41d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/editor/contrib/suggest/browser/media/suggest.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
z-index: 40;
1111
display: flex;
1212
flex-direction: column;
13+
border-radius: 3px;
1314
}
1415

1516
.monaco-editor .suggest-widget.message {

0 commit comments

Comments
 (0)