Wrap evaluated data in computed value field (#3520)
This commit is contained in:
parent
7c994da6e9
commit
03be391fa3
|
|
@ -71,6 +71,7 @@ const CodeWrapper = styled.pre<{ colorTheme: EditorTheme }>`
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
-ms-overflow-style: none;
|
-ms-overflow-style: none;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
word-break: break-all;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const TypeText = styled.pre<{ colorTheme: EditorTheme }>`
|
const TypeText = styled.pre<{ colorTheme: EditorTheme }>`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user