diff --git a/app/src/molecules/GenericWizardTile/index.tsx b/app/src/molecules/GenericWizardTile/index.tsx index 6e54d968215..371466cfbd6 100644 --- a/app/src/molecules/GenericWizardTile/index.tsx +++ b/app/src/molecules/GenericWizardTile/index.tsx @@ -55,7 +55,7 @@ const Title = styled.h1` @media ${RESPONSIVENESS.touchscreenMediaQuerySpecs} { ${TYPOGRAPHY.level4HeaderSemiBold}; height: ${SPACING.spacing40}; - display: inline-block; + display: ${DISPLAY_INLINE_BLOCK}; } `