Skip to content

Commit 2260bec

Browse files
Merge pull request #1548 from nextcloud-libraries/fix/nodespicker/preview-fit-cover
2 parents b1fb720 + 54fe8f4 commit 2260bec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/components/NodesPicker.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,7 @@ $height: 64px;
334334
&__preview {
335335
overflow: hidden;
336336
border-radius: calc(var(--border-radius) * 2);
337-
background-position: center;
338-
background-size: cover;
337+
object-fit: cover;
339338
}
340339
341340
&__desc {

0 commit comments

Comments
 (0)