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 (
|
return (
|
||||||
<Flex gap={2}>
|
<Flex gap={2}>
|
||||||
{onRecall && <RecallButton label={label} onClick={onRecall} isDisabled={isDisabled} />}
|
{onRecall && <RecallButton label={label} onClick={onRecall} isDisabled={isDisabled} />}
|
||||||
<Flex direction={direction}>
|
<Flex direction={direction} fontSize="sm">
|
||||||
<Text fontWeight="semibold" whiteSpace="pre-wrap" pr={2}>
|
<Text fontWeight="semibold" whiteSpace="pre-wrap" pr={2}>
|
||||||
{label}:
|
{label}:
|
||||||
</Text>
|
</Text>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user