mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-24 05:55:13 +03:00
feat: truncate long chatname (#1076)
This commit is contained in:
parent
e769eddd76
commit
4306f60959
@ -19,5 +19,5 @@ export const ChatName = ({
|
||||
);
|
||||
}
|
||||
|
||||
return <p>{name}</p>;
|
||||
return <span className="max-w-[150px] truncate">{name}</span>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user