From 5be4d677daba01a7a9fd62fecd4755ef51c51d27 Mon Sep 17 00:00:00 2001 From: pengx17 Date: Thu, 13 Feb 2025 02:36:05 +0000 Subject: [PATCH] feat(electron): app tabs width styles (#10131) fix AF-2212 --- .../core/src/modules/app-tabs-header/views/styles.css.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/frontend/core/src/modules/app-tabs-header/views/styles.css.ts b/packages/frontend/core/src/modules/app-tabs-header/views/styles.css.ts index 9a8b64308..9a2ac8e91 100644 --- a/packages/frontend/core/src/modules/app-tabs-header/views/styles.css.ts +++ b/packages/frontend/core/src/modules/app-tabs-header/views/styles.css.ts @@ -81,6 +81,7 @@ export const tab = style({ height: 32, minWidth: 32, maxWidth: tabMaxWidth, + width: 200, overflow: 'clip', background: cssVarV2('tab/tabBackground/default'), display: 'flex', @@ -113,6 +114,7 @@ export const splitViewLabel = style({ fontWeight: 500, alignItems: 'center', cursor: 'default', + flex: 1, selectors: { '&[data-active="true"]': { background: cssVarV2('tab/tabBackground/active'),