Skip to content

Commit b13c991

Browse files
gkalpakjosephperrott
authored andcommitted
fix(docs-infra): avoid distorting contributor images (angular#47215)
Ensure contributor images are not distorted. This was accidentally broken in angular#46347. PR Close angular#47215
1 parent a360309 commit b13c991

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aio/src/styles/2-modules/contributor/_contributor.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ aio-contributor {
4848
width: calc(100% - 4px);
4949
height: calc(100% - 4px);
5050
clip-path: $angular-shape-polygon;
51+
object-fit: cover;
5152
}
5253

5354
.contributor-social-links {

0 commit comments

Comments
 (0)