lots of small tweaks

This commit is contained in:
Gregory Schier
2016-06-18 14:02:27 -07:00
parent 912536a7a0
commit 4da618bbd4
11 changed files with 84 additions and 42 deletions

View File

@@ -7,7 +7,7 @@ const RequestBodyEditor = ({body, contentType, onChange, className}) => (
className={className}
onChange={onChange}
mode={contentType}
lineWrapping={false}
lineWrapping={true}
placeholder="request body here..."
/>
);