Skip to content

Commit

Permalink
Hover/Suggest list padding. Fix #79817
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Aug 26, 2019
1 parent 355be5e commit 8c204d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/vs/editor/contrib/suggest/media/suggest.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
float: right;
}

/* Details Layout */
.monaco-editor .suggest-widget > .details ul {
padding-left: 20px;
}


/* Styles for Message element for when widget is loading or is empty */
.monaco-editor .suggest-widget > .message {
Expand Down

0 comments on commit 8c204d9

Please sign in to comment.