Skip to content

Commit 274f76b

Browse files
committed
Allow tools instructions resizing
1 parent 81c9b93 commit 274f76b

File tree

1 file changed

+1
-1
lines changed
  • src/components/Agentic/IncidentTemplate/MCPServerDialog/ToolsStep

1 file changed

+1
-1
lines changed

src/components/Agentic/IncidentTemplate/MCPServerDialog/ToolsStep/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const InstructionsTextArea = styled.textarea`
116116
color: #fff;
117117
${/* TODO: change to typography from the theme */ ""}
118118
font-size: 14px;
119-
resize: none;
119+
resize: vertical;
120120
121121
&::placeholder {
122122
color: ${({ theme }) => theme.colors.v3.text.secondary};

0 commit comments

Comments
 (0)