Skip to content

Commit

Permalink
Inline block fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2268 committed Jul 24, 2023
1 parent 249879d commit 39c55b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/molecules/GenericWizardTile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const Title = styled.h1`
@media ${RESPONSIVENESS.touchscreenMediaQuerySpecs} {
${TYPOGRAPHY.level4HeaderSemiBold};
height: ${SPACING.spacing40};
display: inline-block;
display: ${DISPLAY_INLINE_BLOCK};
}
`

Expand Down

0 comments on commit 39c55b7

Please sign in to comment.