Skip to content

Commit c60dd36

Browse files
author
joweecaquicla
committed
magento/adobe-stock-integration#1797: The vertical image is not centered in Category image preview - modified preview image position to center
1 parent e1c5c1d commit c60dd36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/design/adminhtml/Magento/backend/web/css/source/components/_image-uploader.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
.image-uploader-preview-link,
3535
.image-uploader-preview-link .preview-image {
3636
height: inherit;
37+
margin-left: auto;
38+
margin-right: auto;
39+
display: block;
3740
}
3841
}
3942

0 commit comments

Comments
 (0)