Skip to content

Commit

Permalink
fix word overflow in text file viewer (#2179)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbura authored Jan 26, 2025
1 parent 8e4475b commit 42e6e63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/text-viewer/TextViewer.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ export const TextViewerPre = style([
{
padding: config.space.S600,
whiteSpace: 'pre-wrap',
wordBreak: 'break-word',
},
]);

0 comments on commit 42e6e63

Please sign in to comment.