fix(ui): long node titles overflow

This commit is contained in:
psychedelicious
2025-03-26 07:26:50 +10:00
parent 92f69ac463
commit 2c71b0e873

View File

@@ -56,6 +56,7 @@ const NodeTitle = ({ nodeId, title }: Props) => {
fontWeight="semibold"
color={batchGroupColorToken}
onDoubleClick={editable.startEditing}
noOfLines={1}
>
{titleWithBatchGroupId}
</Text>