mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
LLMAttachmentButton: reduce ellipses
This commit is contained in:
@@ -164,7 +164,7 @@ function attachmentLabelText(attachmentDraft: AttachmentDraft): string {
|
||||
if (converter.id === 'rich-text')
|
||||
return 'Rich HTML';
|
||||
}
|
||||
return ellipsizeFront(attachmentDraft.label, 24);
|
||||
return ellipsizeFront(attachmentDraft.label, 22);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user