Skip to content

Commit

Permalink
fix(tooltip): wrap icon tooltip content (#5544)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Black <[email protected]>
  • Loading branch information
joshblack committed Mar 10, 2020
1 parent 98c8ef4 commit dfc6956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/globals/scss/_tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
@mixin tooltip--content($tooltip-type: 'icon') {
@include box-shadow;
width: max-content;
min-width: rem(24px);
max-width: rem(208px);
height: auto;
padding: if(
$tooltip-type == 'definition',
Expand Down

0 comments on commit dfc6956

Please sign in to comment.