Skip to content

Commit

Permalink
DS-173 | @rebeccahongsf | adjust mega menu card width
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Sep 12, 2023
1 parent dadcf33 commit ab006d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navigation/MegaMenu/megaMenuCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const MegaMenuCard = (
props
) => (
<SbEditable content={blok}>
<article className="su-w-fit">
<article className="su-w-full">
<SbLink link={link} classes="su-no-underline su-group">
{filename != null && (
<div className={styles.cardImageWrapper}>
Expand Down

0 comments on commit ab006d8

Please sign in to comment.