mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 04:47:54 -05:00
tweak(ui): bundle tooltip styling
This commit is contained in:
@@ -48,7 +48,9 @@ export const StarterBundle = ({ bundleName, bundle }: { bundleName: string; bund
|
||||
<Text>{t('modelManager.includesNModels', { n: bundle.length })}:</Text>
|
||||
<UnorderedList>
|
||||
{bundle.map((model, index) => (
|
||||
<ListItem key={index}>{model.name}</ListItem>
|
||||
<ListItem key={index} wordBreak="break-all">
|
||||
{model.name}
|
||||
</ListItem>
|
||||
))}
|
||||
</UnorderedList>
|
||||
</Flex>
|
||||
|
||||
Reference in New Issue
Block a user