Skip to content

Commit 3a96720

Browse files
authored
BACKLOG-12208 improve display title (#75)
1 parent 95c6a30 commit 3a96720

File tree

1 file changed

+2
-1
lines changed
  • packages/design-system-kit/src/components/TopBar

1 file changed

+2
-1
lines changed

packages/design-system-kit/src/components/TopBar/TopBar.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ const styles = theme => ({
1717
whiteSpace: 'nowrap',
1818
textOverflow: 'ellipsis',
1919
overflow: 'hidden',
20-
minWidth: 0
20+
minWidth: 0,
21+
maxWidth: '50vw'
2122
},
2223
head: {
2324
display: 'inline-block',

0 commit comments

Comments
 (0)