break word for text viewer pre element

This commit is contained in:
Ajay Bura 2025-01-25 09:30:32 +05:30
parent b524778039
commit 05b4a07fb3

View file

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