Skip to content
Snippets Groups Projects
Unverified Commit 855d07a3 authored by Howon Lee's avatar Howon Lee Committed by GitHub
Browse files

flambers thing is a much better idea (#15428)

parent dfa9398f
No related branches found
No related tags found
No related merge requests found
......@@ -365,7 +365,7 @@ export default class ExpressionEditorTextfield extends React.Component {
className={cx(inputClassName, {
"border-error": compileError,
})}
style={{ ...inputStyle, paddingLeft: 26 }}
style={{ ...inputStyle, paddingLeft: 26, whiteSpace: "pre-wrap" }}
placeholder={placeholder}
value={source}
syntaxTree={syntaxTree}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment