mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): long node titles overflow
This commit is contained in:
@@ -56,6 +56,7 @@ const NodeTitle = ({ nodeId, title }: Props) => {
|
||||
fontWeight="semibold"
|
||||
color={batchGroupColorToken}
|
||||
onDoubleClick={editable.startEditing}
|
||||
noOfLines={1}
|
||||
>
|
||||
{titleWithBatchGroupId}
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user