Skip to content

Commit

Permalink
fixes #27271
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Jul 6, 2017
1 parent cea5466 commit 414dc3a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/vs/editor/contrib/hover/browser/hover.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,15 @@
}

.monaco-editor-hover ul {
list-style-position: inside;
-webkit-padding-start: 6px;
padding-left: 20px;
}

.monaco-editor-hover li > p {
margin-bottom: 0;
}

.monaco-editor-hover li > ul {
margin-top: 0;
}

.monaco-editor-hover code {
Expand Down

0 comments on commit 414dc3a

Please sign in to comment.