feat: more request and response pane ui responsive

This commit is contained in:
Donus(ADA)
2023-10-08 10:00:27 +07:00
parent 36caa5c2d3
commit 250227a134
11 changed files with 254 additions and 172 deletions

View File

@@ -38,7 +38,7 @@ const Script = ({ item, collection }) => {
const onSave = () => dispatch(saveRequest(item.uid, collection.uid));
return (
<StyledWrapper className="w-full flex flex-col">
<StyledWrapper className="w-full h-1/2 flex flex-col">
<div className="flex-1 mt-2">
<div className="mb-1 title text-xs">Pre Request</div>
<CodeEditor