Skip to content

Commit

Permalink
fix(my-pages): wrap tag (#16675)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
disaerna and kodiakhq[bot] authored Oct 31, 2024
1 parent 319f2bd commit 4023c21
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import {
TagVariant,
Text,
} from '@island.is/island-ui/core'
import cn from 'classnames'
import * as React from 'react'
import { CardLoader, isExternalLink } from '../..'
import * as styles from './ActionCard.css'
import LinkResolver from '../LinkResolver/LinkResolver'
import cn from 'classnames'
import * as styles from './ActionCard.css'

type ActionCardProps = {
capitalizeHeading?: boolean
Expand Down Expand Up @@ -349,6 +349,7 @@ export const ActionCard: React.FC<React.PropsWithChildren<ActionCardProps>> = ({
flexDirection="row"
justifyContent="spaceBetween"
alignItems={['flexStart', 'flexStart', 'flexEnd']}
flexWrap="wrap"
>
{heading && (
<Box
Expand Down

0 comments on commit 4023c21

Please sign in to comment.