Skip to content

Commit

Permalink
fix(esl-image-utils): de-scope (img-cover, img-contain) classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Aug 21, 2024
1 parent 9eba4ef commit 028b94f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/modules/esl-image-utils/core/esl-image-utils.container.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
left: 0;
height: 100%;
}
}

> img.img-cover {
object-fit: cover;
}
img.img-cover {
object-fit: cover;
}

> img.img-contain {
object-fit: contain;
}
img.img-contain {
object-fit: contain;
}

picture.img-container {
Expand Down

0 comments on commit 028b94f

Please sign in to comment.