From 85f3de775a5352a5641dc3c66ee7503d0bf9d6ae Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 22 Dec 2022 15:02:50 +0600 Subject: [PATCH] fixed image objectFit at flow --- src/components/flow/FlowCellImage/index.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/flow/FlowCellImage/index.tsx b/src/components/flow/FlowCellImage/index.tsx index 3d49b4f4..58a8edfb 100644 --- a/src/components/flow/FlowCellImage/index.tsx +++ b/src/components/flow/FlowCellImage/index.tsx @@ -19,7 +19,14 @@ const FlowCellImage: FC = ({ ...rest }) => (
- {alt} + {alt} {children}
);