Conversation
Jakeii
left a comment
There was a problem hiding this comment.
I think we've use break-word in similar situations: https://github.com/guardian/dotcom-rendering/blob/main/dotcom-rendering/src/components/ContainerTitle.tsx#L40
Also this is a great case for a story book story!
|
Related: #14331 (comment) |
Unfortunately, Definitely agree adding a story would be a great idea - but I could do with some help figuring out where to put it so it covers all the relevant themes, variants and contexts. |
…model Update frontend cricket match data type to make it in sync with frontend
Update "Golden Boot" casing on the World Cup subnav
extends intentIQ test expiry by a month
Colocate fadeable controls logic
Link follow to notifications in article pages
* Couple isMuted initial state to preventAutoplay. This is so that any click to play videos are unmuted by default. Otherwise, videos where autoplay is enabled are muted by default. * Consider videoStyleSettings as well when determining if the video will attempt to autoplay
This is because in apps we can't use the ab testing
Signed-off-by: dependabot[bot] <support@github.com>
…etermine-public-path Revert "Use USE_LOCAL_ASSETS env var to determine path for assets"
Co-authored-by: Jamie B <53781962+JamieB-gu@users.noreply.github.com> Co-authored-by: Marjan K <15894063+marjisound@users.noreply.github.com> Co-authored-by: Alex D <3389563+alexduf@users.noreply.github.com> Co-authored-by: williammead <285652121+williammead@users.noreply.github.com> Co-authored-by: Peace Williams-Ojomu <60498278+apeacewilliams@users.noreply.github.com>
Co-authored-by: Jamie B <53781962+JamieB-gu@users.noreply.github.com> Co-authored-by: Marjan K <15894063+marjisound@users.noreply.github.com> Co-authored-by: Alex D <3389563+alexduf@users.noreply.github.com> Co-authored-by: williammead <285652121+williammead@users.noreply.github.com> Co-authored-by: Peace Williams-Ojomu <60498278+apeacewilliams@users.noreply.github.com>
Within ECS, it is common to write logs to stdout/stderr and have a sidecar process the logs. This change configures Log4JS for this. Note that there is only one appender, as it looks like the presence of a `fileAppender` causes Log4JS to attempt a `mkdir` which is currently restricted in our image. See also #16341.
The aim here is to confirm the production image works before running on AWS ECS, as its slightly easier to debug any issues locally.
fix: Correctly configure Log4JS when running in ECS
This changes CI in a significant way - the production image is now built and published as the first step (~2 minutes). This is because we need to pass the image digest to CDK to inject into the CloudFormation template.
Update tag page rendering CODE to provision ECS infrastructure but route no traffic to it.
feat(cdk): Provision ECS infrastructure for tag page rendering CODE
Bumps [guardian/actions-riff-raff](https://github.com/guardian/actions-riff-raff) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/guardian/actions-riff-raff/releases) - [Commits](guardian/actions-riff-raff@v4.3.3...v4.3.4) --- updated-dependencies: - dependency-name: guardian/actions-riff-raff dependency-version: 4.3.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
Please rebase this branch against
Please rebase this branch against |
…-github/workflows/guardian/actions-riff-raff-4.3.4 Bump guardian/actions-riff-raff from 4.3.3 to 4.3.4 in /.github/workflows
…ub.com/guardian/dotcom-rendering into dblatcher-overflowing-word-in-card-fix
|
"This PR is stale because it has been open 30 days with no activity. Unless a comment is added or the “stale” label removed, this will be closed in 3 days" |
|
This PR was closed because it has been stalled for 3 days with no activity. |


What does this change?
Applies overflowWrap: 'anywhere' the the h3 in
CardHeadlinesWhy?
Fixes an issue noted by CP.
Open https://www.theguardian.com/world/2026/jun/03/sixty-thousand-love-letters-germany-archive-volunteers (or http://localhost:3030/Article/https://www.theguardian.com/world/2026/jun/03/sixty-thousand-love-letters-germany-archive-volunteers
running local DCR) and look at the "related stories" - it included this article which has a 64 letter word that breaks the layout and makes the image bigger than it should be.
Screenshots