Increase size of input in test setting logic function tab (#18369)
## Before <img width="1031" height="836" alt="image" src="https://github.com/user-attachments/assets/475ca1be-f7c4-49d0-b329-649dbe8da489" /> ## After <img width="1195" height="862" alt="image" src="https://github.com/user-attachments/assets/b1bac131-e562-4439-8f8e-bda4d6e2a646" /> --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
+1
-2
@@ -16,14 +16,12 @@ const StyledContainer = styled.div`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
min-height: 200px;
|
||||
`;
|
||||
|
||||
const StyledCodeEditorWrapper = styled.div`
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
min-height: 200px;
|
||||
`;
|
||||
|
||||
type OutputAccent = 'default' | 'success' | 'error';
|
||||
@@ -137,6 +135,7 @@ export const WorkflowStepExecutionResult = ({
|
||||
/>
|
||||
<StyledCodeEditorWrapper>
|
||||
<CodeEditor
|
||||
resizable={true}
|
||||
value={result}
|
||||
language={language}
|
||||
height={height}
|
||||
|
||||
Reference in New Issue
Block a user