mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
make sure all metadata in viewer is rendered at correct font size - specifically fixes control adapter metadata being too big
This commit is contained in:
parent
b857692073
commit
b019f9bb8b
@ -15,7 +15,7 @@ export const MetadataItemView = memo(
|
||||
return (
|
||||
<Flex gap={2}>
|
||||
{onRecall && <RecallButton label={label} onClick={onRecall} isDisabled={isDisabled} />}
|
||||
<Flex direction={direction}>
|
||||
<Flex direction={direction} fontSize="sm">
|
||||
<Text fontWeight="semibold" whiteSpace="pre-wrap" pr={2}>
|
||||
{label}:
|
||||
</Text>
|
||||
|
Loading…
Reference in New Issue
Block a user