From 0b7af8db05f95ea064e56564aaec0ceea22cc497 Mon Sep 17 00:00:00 2001 From: Vito Albano Date: Mon, 4 Dec 2023 17:06:14 +0000 Subject: [PATCH] Fixed unit test failing --- lib/core/src/lib/info-drawer/info-drawer.component.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/core/src/lib/info-drawer/info-drawer.component.scss b/lib/core/src/lib/info-drawer/info-drawer.component.scss index a0a143a5b9..5a11026809 100644 --- a/lib/core/src/lib/info-drawer/info-drawer.component.scss +++ b/lib/core/src/lib/info-drawer/info-drawer.component.scss @@ -4,7 +4,7 @@ display: block; margin: 0; } - /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ .mdc-tab__text-label { min-width: 0; @@ -41,8 +41,7 @@ & .mat-tab-body-content > *:last-child { margin-bottom: 0; } - /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ - /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + .mdc-tab__text-label { flex-grow: 1;