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 5594a34 commit 93d3d1bCopy full SHA for 93d3d1b
src/features/common/components/card/card.component.tsx
@@ -65,7 +65,6 @@ export const CardComponent: React.FC<CardComponentProps> = (props) => {
65
aria-label={canRenderTitle ? undefined : title}
66
heap-ignore="true"
67
className={clsx(
68
- MonoFont.className,
69
styles.card,
70
options && options.fullWidth && styles.card__hasFullWidth,
71
options && options.fullHeight && styles.card__hasFullHeight
0 commit comments