diff --git a/frontend/components/ToolInstructionComponent.tsx b/frontend/components/ToolInstructionComponent.tsx index 0fb9591..ad61c25 100644 --- a/frontend/components/ToolInstructionComponent.tsx +++ b/frontend/components/ToolInstructionComponent.tsx @@ -35,7 +35,12 @@ export default function ToolInstructions({ direction={{ base: "column", md: "row" }} spacing={{ base: 0, md: 3 }} > - + {steps.map((data, index) => ( @@ -60,6 +65,7 @@ export default function ToolInstructions({ p={5} fontSize="sm" color="gray.500" + textOverflow={"clip"} > {data.codeString}