Skip to content

Commit

Permalink
fix(tooltip): prevent text truncation on tooltip (#5429)
Browse files Browse the repository at this point in the history
* fix(tooltip): prevent text truncation on tooltip

* fix(tooltip): remove max-width

Co-authored-by: Anna Gonzales <[email protected]>
  • Loading branch information
tw15egan and aagonzales authored Feb 28, 2020
1 parent 3f011e8 commit 827d959
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/globals/scss/_tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
@mixin tooltip--content($tooltip-type: 'icon') {
@include box-shadow;
width: max-content;
max-width: rem(208px);
height: auto;
padding: if(
$tooltip-type == 'definition',
Expand Down

0 comments on commit 827d959

Please sign in to comment.