mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): fix word break on LoRACard
This commit is contained in:
parent
77f2aabda4
commit
38256f97b3
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user