fix word overflow in text file viewer (#2179)
This commit is contained in:
@@ -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',
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user