Skip to content

Commit d38d513

Browse files
fix(ui): autoadd badge doesn't flex shrink
1 parent 80e1b87 commit d38d513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/gallery/components/Boards/AutoAddBadge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { useTranslation } from 'react-i18next';
55
export const AutoAddBadge = memo(() => {
66
const { t } = useTranslation();
77
return (
8-
<Badge color="invokeBlue.400" borderColor="invokeBlue.700" borderWidth={1} bg="transparent">
8+
<Badge color="invokeBlue.400" borderColor="invokeBlue.700" borderWidth={1} bg="transparent" flexShrink={0}>
99
{t('common.auto')}
1010
</Badge>
1111
);

0 commit comments

Comments
 (0)