mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fix Seed Shuffle layout to adjust to localization text
This commit is contained in:
parent
f173e0a085
commit
7c4544f95e
@ -33,7 +33,7 @@ export default function Seed() {
|
||||
isInvalid={seed < 0 && shouldGenerateVariations}
|
||||
onChange={handleChangeSeed}
|
||||
value={seed}
|
||||
width="10rem"
|
||||
width="auto"
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
@ -22,6 +22,7 @@ export default function ShuffleSeed() {
|
||||
size={'sm'}
|
||||
isDisabled={shouldRandomizeSeed}
|
||||
onClick={handleClickRandomizeSeed}
|
||||
padding="0 1.5rem"
|
||||
>
|
||||
<p>{t('options:shuffle')}</p>
|
||||
</Button>
|
||||
|
Loading…
Reference in New Issue
Block a user