Skip to content

Commit

Permalink
fix(ui-truncate-text): fix TruncateText not working inside TopNavBar.…
Browse files Browse the repository at this point in the history
…Item
  • Loading branch information
balzss committed Oct 10, 2023
1 parent 050c825 commit bd053c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/ui-truncate-text/src/TruncateText/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const generateStyle = (
display: 'block',
overflow: 'hidden',
wordWrap: 'break-word',
whiteSpace: 'normal',
fontFamily: componentTheme.fontFamily
},
auto: { label: 'truncateText__auto', height: '100%' },
Expand Down

0 comments on commit bd053c4

Please sign in to comment.