Skip to content
Snippets Groups Projects
Commit efca2098 authored by Oreoluwa Onatemowo's avatar Oreoluwa Onatemowo Committed by Marijn Haverbeke
Browse files

[tern addon] Update CSS to prevent cutting off of icons

I noticed that the image that accompanies auto-completion suggestions
when the tern addon is active gets cut slightly, because the default
line height is slightly smaller than the image height.

This change above ensures that the line height is bigger, hence
ensuring that the image is fully shown.
parent 8e6aca8c
No related branches found
No related tags found
No related merge requests found
.CodeMirror-Tern-completion {
padding-left: 22px;
position: relative;
line-height: 1.5;
}
.CodeMirror-Tern-completion:before {
position: absolute;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment