diff --git a/browser/src/index.css b/browser/src/index.css index e69de29bb2..56c74b25ed 100644 --- a/browser/src/index.css +++ b/browser/src/index.css @@ -0,0 +1,7 @@ +img[src*="dl.infragistics.com/x/img/people"] { + width: 62px; + height: 62px; + object-fit: cover; + display: block; + margin: auto; +}