Skip to content

Commit 58a4001

Browse files
committed
add data-no-padding attribute
1 parent afbf8cb commit 58a4001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/features/common/components/card/card.component.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export const CardComponent: React.FC<CardComponentProps> = (props) => {
7474
options && options.fullHeight && styles.card__hasFullHeight
7575
)}
7676
data-type={options && options.isOutput ? "output" : "input"}
77+
data-no-padding={options ? options.noPadding : undefined}
7778
data-frameless={options && options.frameless}
7879
>
7980
{!options?.hideTitle && (

0 commit comments

Comments
 (0)