Skip to content

Commit 1551de8

Browse files
committed
actually rather ust break the line
1 parent dd7987f commit 1551de8

File tree

1 file changed

+2
-4
lines changed
  • packages/compass-components/src/components/workspace-tabs

1 file changed

+2
-4
lines changed

packages/compass-components/src/components/workspace-tabs/tab.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,8 @@ const closeButtonStyles = css({
181181
});
182182

183183
const workspaceTabTooltipStyles = css({
184-
whiteSpace: 'nowrap',
185-
overflow: 'hidden',
186-
textOverflow: 'ellipsis',
187-
width: '100%',
184+
overflowWrap: 'anywhere',
185+
textWrap: 'wrap',
188186
});
189187

190188
type TabProps = {

0 commit comments

Comments
 (0)