fix word overflow in text file viewer (#2179)

This commit is contained in:
Ajay Bura 2025-01-26 22:55:09 +11:00 committed by GitHub
parent 60faedd466
commit b8b4483cc0

View file

@ -33,5 +33,6 @@ export const TextViewerPre = style([
{
padding: config.space.S600,
whiteSpace: 'pre-wrap',
wordBreak: 'break-word',
},
]);