Skip to content

Commit 6d912ab

Browse files
authored
Added styling for imported images to be smaller (#1184)
1 parent 71f03c4 commit 6d912ab

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

browser/src/assets/css/browser.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,12 @@ html, body, .sample-content {
143143
width: 20px;
144144
height: 20px;
145145
display: inline-block;
146+
}
147+
148+
img[src*="dl.infragistics.com/x/img/people"] {
149+
width: 62px;
150+
height: 62px;
151+
object-fit: cover;
152+
display: block;
153+
margin: auto;
146154
}

0 commit comments

Comments
 (0)