Skip to content

Commit 38094cc

Browse files
committed
fix(style): added class for images so other components do not get extra styles
1 parent 18c9f6b commit 38094cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)