mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-01-27 08:41:52 +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,
|
||||
whiteSpace: 'pre-wrap',
|
||||
wordBreak: 'break-word',
|
||||
},
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue