mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-01-29 01:28:29 +00:00
break word for text viewer pre element
This commit is contained in:
parent
b524778039
commit
05b4a07fb3
|
@ -33,5 +33,6 @@ export const TextViewerPre = style([
|
||||||
{
|
{
|
||||||
padding: config.space.S600,
|
padding: config.space.S600,
|
||||||
whiteSpace: 'pre-wrap',
|
whiteSpace: 'pre-wrap',
|
||||||
|
wordBreak: 'break-word',
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue