Skip to content

Commit

Permalink
Merge pull request #7801 from guardian/marji/fix-lozenges-tag-width-i…
Browse files Browse the repository at this point in the history
…ssue

fix width issue for lozenges tag
  • Loading branch information
marjisound committed May 26, 2023
2 parents 77849f9 + 8bd7134 commit 814167e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotcom-rendering/src/web/components/ArticleTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const marginTop = css`

const immersiveMargins = css`
max-width: 400px;
min-width: 200px;
margin-bottom: 4px;
/*
Make sure we vertically align the title font with the body font
Expand Down

0 comments on commit 814167e

Please sign in to comment.