From 9230e6d97e49e2018008bcf50924ae55674a087d Mon Sep 17 00:00:00 2001 From: EnderDev Date: Fri, 15 Dec 2023 15:33:06 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Use=20tab=20max=20width=20as=20m?= =?UTF-8?q?in=20width=20for=20tab=20content?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tabs/content/browser-tab.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tabs/content/browser-tab.css b/components/tabs/content/browser-tab.css index aa19edfe9d..75067f87e5 100644 --- a/components/tabs/content/browser-tab.css +++ b/components/tabs/content/browser-tab.css @@ -195,7 +195,7 @@ browser-tab .browser-tab-icons { browser-tab::part(customizable) { width: calc(100% - var(--tab-padding-start) - var(--tab-padding-end)); - min-width: fit-content; + min-width: var(--tab-max-width); gap: 2px; align-items: center;