We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e1b87 commit d38d513Copy full SHA for d38d513
invokeai/frontend/web/src/features/gallery/components/Boards/AutoAddBadge.tsx
@@ -5,7 +5,7 @@ import { useTranslation } from 'react-i18next';
5
export const AutoAddBadge = memo(() => {
6
const { t } = useTranslation();
7
return (
8
- <Badge color="invokeBlue.400" borderColor="invokeBlue.700" borderWidth={1} bg="transparent">
+ <Badge color="invokeBlue.400" borderColor="invokeBlue.700" borderWidth={1} bg="transparent" flexShrink={0}>
9
{t('common.auto')}
10
</Badge>
11
);
0 commit comments