fix(ui): fix word break on LoRACard

This commit is contained in:
psychedelicious 2023-12-29 09:14:20 +11:00 committed by Kent Keirsey
parent 77f2aabda4
commit 38256f97b3

View File

@ -43,7 +43,7 @@ export const LoRACard = memo((props: LoRACardProps) => {
return (
<InvCard variant="lora">
<InvCardHeader>
<InvText noOfLines={1}>{lora.model_name}</InvText>
<InvText noOfLines={1} wordBreak='break-all'>{lora.model_name}</InvText>
<InvIconButton
aria-label="Remove LoRA"
variant="ghost"