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 afbf8cb commit 58a4001Copy full SHA for 58a4001
src/features/common/components/card/card.component.tsx
@@ -74,6 +74,7 @@ export const CardComponent: React.FC<CardComponentProps> = (props) => {
74
options && options.fullHeight && styles.card__hasFullHeight
75
)}
76
data-type={options && options.isOutput ? "output" : "input"}
77
+ data-no-padding={options ? options.noPadding : undefined}
78
data-frameless={options && options.frameless}
79
>
80
{!options?.hideTitle && (
0 commit comments