Skip to content

Commit

Permalink
fix(tooltip): remove unnecessary tooltip whitespace (#6531)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorade authored and kara committed Aug 22, 2017
1 parent 4e12072 commit 6cdbf36
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/tooltip/tooltip.html
Expand Up @@ -2,6 +2,4 @@
[ngClass]="tooltipClass"
[style.transform-origin]="_transformOrigin"
[@state]="_visibility"
(@state.done)="_afterVisibilityAnimation($event)">
{{message}}
</div>
(@state.done)="_afterVisibilityAnimation($event)">{{message}}</div>

0 comments on commit 6cdbf36

Please sign in to comment.