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 (
|
return (
|
||||||
<InvCard variant="lora">
|
<InvCard variant="lora">
|
||||||
<InvCardHeader>
|
<InvCardHeader>
|
||||||
<InvText noOfLines={1}>{lora.model_name}</InvText>
|
<InvText noOfLines={1} wordBreak='break-all'>{lora.model_name}</InvText>
|
||||||
<InvIconButton
|
<InvIconButton
|
||||||
aria-label="Remove LoRA"
|
aria-label="Remove LoRA"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
|
Loading…
Reference in New Issue
Block a user