Skip to content

Commit 93af37d

Browse files
committed
set object-fit:cover for avatars to prevent weird stretching
1 parent 42b8a7c commit 93af37d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
page-job-listing {
22

3+
.item-md ion-avatar img {
4+
object-fit: cover;
5+
}
6+
37
}

0 commit comments

Comments
 (0)