Skip to content

Commit 78d94cf

Browse files
authored
feat(samples table/gallery): Crop thumbs to square (#2109)
1 parent 609021b commit 78d94cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/packages/theme/src/tokens.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
img.gr-sample-image,
9393
video.gr-sample-video {
94-
@apply object-contain h-20 w-20;
94+
@apply object-cover h-20 w-20;
9595
}
9696
}
9797

@@ -100,7 +100,7 @@
100100

101101
img.gr-sample-image,
102102
video.gr-sample-video {
103-
@apply max-h-20;
103+
@apply object-cover max-h-20;
104104
}
105105

106106
.gr-sample-textbox,

0 commit comments

Comments
 (0)