mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): autoadd badge doesn't flex shrink
This commit is contained in:
@@ -5,7 +5,7 @@ import { useTranslation } from 'react-i18next';
|
||||
export const AutoAddBadge = memo(() => {
|
||||
const { t } = useTranslation();
|
||||
return (
|
||||
<Badge color="invokeBlue.400" borderColor="invokeBlue.700" borderWidth={1} bg="transparent">
|
||||
<Badge color="invokeBlue.400" borderColor="invokeBlue.700" borderWidth={1} bg="transparent" flexShrink={0}>
|
||||
{t('common.auto')}
|
||||
</Badge>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user