Skip to content

Commit fad6c67

Browse files
fix(ui): workflow description cut off
1 parent f366640 commit fad6c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/nodes/components/sidePanel/WorkflowListMenu/ActiveWorkflowDescription.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const ActiveWorkflowDescription = memo(() => {
1111
}
1212

1313
return (
14-
<Text color="base.300" fontStyle="italic" noOfLines={1} pb={2}>
14+
<Text color="base.300" fontStyle="italic" pb={2}>
1515
{description}
1616
</Text>
1717
);

0 commit comments

Comments
 (0)