From ce899d3b2033cbc3c5616345b0ec24ed439c6782 Mon Sep 17 00:00:00 2001 From: neel1996 <47709856+neel1996@users.noreply.github.com> Date: Tue, 11 Oct 2022 19:44:39 +0530 Subject: fix: override tab-item min height Resolves #619 --- src/features/appearance/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/features') diff --git a/src/features/appearance/index.ts b/src/features/appearance/index.ts index 652ab5310..367bcb612 100644 --- a/src/features/appearance/index.ts +++ b/src/features/appearance/index.ts @@ -278,6 +278,7 @@ function generateServiceRibbonWidthStyle( .tab-item { width: ${width}px !important; height: ${width - tabItemWidthBias}px !important; + min-height: ${width - tabItemWidthBias}px !important; } .tab-item .tab-item__icon { width: ${minimumAdjustedIconSize}px !important; -- cgit v1.2.3-54-g00ecf