Skip to content

Commit

Permalink
increase padding and put back to default lineheight
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolini committed Nov 14, 2017
1 parent 8351eea commit 37f657a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/primer-tooltips/lib/tooltips.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ $tooltip-duration: 0.1s !default;
position: absolute;
z-index: 1000000;
display: none;
padding: 0.375em 0.5em;
font: normal normal 11px/1.25 $body-font;
padding: 0.5em 0.75em;
font: normal normal 11px/1.5 $body-font;
-webkit-font-smoothing: subpixel-antialiased;
color: $tooltip-text-color;
text-align: center;
Expand Down

0 comments on commit 37f657a

Please sign in to comment.