diff --git a/packages/core/src/components/tab-item/tab-item.scss b/packages/core/src/components/tab-item/tab-item.scss index f615f2a429a..6b0afd85448 100644 --- a/packages/core/src/components/tab-item/tab-item.scss +++ b/packages/core/src/components/tab-item/tab-item.scss @@ -115,6 +115,11 @@ flex-basis: 100%; width: 100%; @include text-truncation.ellipsis; + + div { + max-width: 100%; + @include text-truncation.ellipsis; + } } :host(.selected:not(.disabled)) {