Skip to content

Commit c0e0473

Browse files
martenbjorkjuzser
authored andcommitted
1 parent 9d929ea commit c0e0473

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/polite-files-warn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'polaris.shopify.com': patch
3+
---
4+
5+
Fixed border radius of component images in the overview page.

polaris.shopify.com/src/components/Grid/Grid.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
overflow: hidden;
3838
margin-bottom: 1rem;
3939
border-radius: var(--border-radius-600);
40+
41+
img {
42+
display: block;
43+
}
4044
}
4145

4246
.DeepLinks {

0 commit comments

Comments
 (0)