diff --git a/src/components/flow/Cell/index.tsx b/src/components/flow/Cell/index.tsx index 03fec93d..4acefc70 100644 --- a/src/components/flow/Cell/index.tsx +++ b/src/components/flow/Cell/index.tsx @@ -104,7 +104,6 @@ const Cell: FC = ({ styles.cell, styles[(flow && flow.display) || "single"] )} - onClick={onClick} ref={ref} > {is_visible && ( @@ -128,7 +127,7 @@ const Cell: FC = ({ )} -
+
{title && !text &&
{title}
} diff --git a/src/components/flow/Cell/styles.scss b/src/components/flow/Cell/styles.scss index 763537d8..2e828993 100644 --- a/src/components/flow/Cell/styles.scss +++ b/src/components/flow/Cell/styles.scss @@ -38,6 +38,9 @@ overflow: hidden; position: relative; + width: 100%; + height: 100%; + p { margin-bottom: $gap; }