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'),