Wrap evaluated data in computed value field (#3520)

This commit is contained in:
Vicky Bansal 2021-03-15 15:27:43 +05:30 committed by GitHub
parent 7c994da6e9
commit 03be391fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,7 @@ const CodeWrapper = styled.pre<{ colorTheme: EditorTheme }>`
font-size: 14px;
-ms-overflow-style: none;
white-space: pre-wrap;
word-break: break-all;
`;
const TypeText = styled.pre<{ colorTheme: EditorTheme }>`