Skip to content

Commit e35c0db

Browse files
Merge branch 'main' into tf-choice-cards-benefits
2 parents 32c4878 + 1ede35e commit e35c0db

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

.github/CODEOWNERS

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
11
# This file is matched from top down; subsequent matches override previous matches.
22
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
33

4-
# By default all files are owned by these teams:
5-
* @guardian/dotcom-platform
4+
# Files at the root of the project
5+
/* @guardian/dotcom-platform
66

7-
/dotcom-rendering/src/components/marketing/ @guardian/growth
8-
/dotcom-rendering/src/client/userFeatures/ @guardian/supporter-revenue-stream
7+
/.github/ @guardian/dotcom-platform
8+
/.husky/ @guardian/dotcom-platform
9+
/.vscode/ @guardian/dotcom-platform
10+
/apps-rendering/ @guardian/dotcom-platform
11+
12+
# Files at the root of `/dotcom-rendering`
13+
/dotcom-rendering/* @guardian/dotcom-platform
14+
15+
/dotcom-rendering/.storybook/ @guardian/dotcom-platform
16+
/dotcom-rendering/cdk/ @guardian/dotcom-platform
17+
/dotcom-rendering/configs/ @guardian/dotcom-platform
18+
/dotcom-rendering/scripts/ @guardian/dotcom-platform
19+
/dotcom-rendering/src/client/islands/ @guardian/dotcom-platform
20+
/dotcom-rendering/src/client/userFeatures/ @guardian/supporter-revenue-stream
21+
/dotcom-rendering/src/components/AdBlock* @guardian/commercial-dev
22+
/dotcom-rendering/src/components/AdSlot* @guardian/commercial-dev
23+
/dotcom-rendering/src/components/AdP* @guardian/commercial-dev
24+
/dotcom-rendering/src/components/marketing/ @guardian/growth
25+
/dotcom-rendering/src/server/ @guardian/dotcom-platform
26+
/dotcom-rendering/webpack/ @guardian/dotcom-platform
27+
/scripts/ @guardian/dotcom-platform

dotcom-rendering/src/components/YoutubeAtom/YoutubeAtomPicture.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export const YoutubeAtomPicture = ({
5555
// https://stackoverflow.com/questions/10844205/html-5-strange-img-always-adds-3px-margin-at-bottom
5656
// why did we add the css `vertical-align: middle;` to the img tag
5757
css={css`
58+
object-fit: cover;
5859
vertical-align: middle;
5960
`}
6061
/>

0 commit comments

Comments
 (0)