Skip to content

Commit

Permalink
Lift up comment
Browse files Browse the repository at this point in the history
Co-authored-by: Charlotte Emms <43961396+cemms1@users.noreply.github.com>
  • Loading branch information
abeddow91 and cemms1 committed Sep 18, 2024
1 parent 13bdd3e commit 3f13808
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dotcom-rendering/src/components/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -440,9 +440,8 @@ export const Card = ({
<Hide until={isFlexibleContainer ? 'tablet' : 'desktop'}>
<SupportingContent
supportingContent={supportingContent}
alignment={
'vertical'
} /* inner links are always vertically stacked */
/* inner links are always vertically stacked */
alignment="vertical"
containerPalette={containerPalette}
fillBackground={isFlexibleContainer}
/>
Expand Down

0 comments on commit 3f13808

Please sign in to comment.