Skip to content

Commit 4830e46

Browse files
authored
Merge pull request #1054 from IgniteUI/ttonev/fix-hgrid-image
Added extra class for hgrid images so they have the extra styling in grid cells only
2 parents 18c9f6b + 38094cc commit 4830e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
img[src*="dl.infragistics.com/x/img/people"] {
1+
.igx-grid__td img[src*="dl.infragistics.com/x/img/people"] {
22
width: 62px;
33
height: 62px;
44
object-fit: cover;

0 commit comments

Comments
 (0)