diff --git a/packages/components/src/globals/scss/_tooltip.scss b/packages/components/src/globals/scss/_tooltip.scss index 3fab6eee1f67..2ba0a2ff6f5f 100644 --- a/packages/components/src/globals/scss/_tooltip.scss +++ b/packages/components/src/globals/scss/_tooltip.scss @@ -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',