Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
fix(Tooltip): fix alignment of tooltip (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
iangfleming authored and chrisdhanaraj committed Jun 20, 2017
1 parent 6309334 commit f5111d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Tooltip extends Component {
className
);

const menuOffset = { left: 4, top: 10 };
const menuOffset = { left: 5, top: 10 };

return (
<div>
Expand Down

0 comments on commit f5111d6

Please sign in to comment.