Skip to content

Commit

Permalink
Merge pull request #6 from vinkla/patch-1
Browse files Browse the repository at this point in the history
Added padding and updated font-size
  • Loading branch information
appelgriebsch committed Mar 15, 2019
2 parents e0341a9 + ffa12ec commit e07996a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/atom-ide-signature-help.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
box-shadow: 0px 1px 4px 0px rgba(0,0,0,1);
color: @syntax-text-color;
font-family: Menlo, Monaco, Consolas, monospace;
font-size: 80%;
margin-top: -2px; // Compensate for shadow
position: relative;
white-space: normal;
Expand All @@ -25,6 +24,8 @@
display: flex;
position: relative;
max-width: 750px;
padding-left: 5px;
padding-right: 5px;
transition: background-color 0.15s ease;
&:hover {
background-color: mix(@syntax-background-color, @syntax-selection-color, 50%);
Expand Down

0 comments on commit e07996a

Please sign in to comment.