FIX: category logo preview in settings shouldn't render it like a background image
This commit is contained in:
parent
7378077036
commit
5c923fef58
|
@ -4,7 +4,7 @@
|
|||
imageId=logoImageId
|
||||
imageUrl=logoImageUrl
|
||||
type="category_logo"
|
||||
class="no-repeat"}}
|
||||
class="no-repeat contain-image"}}
|
||||
</section>
|
||||
|
||||
<section class='field'>
|
||||
|
|
|
@ -8,3 +8,9 @@
|
|||
background-repeat: no-repeat;
|
||||
}
|
||||
}
|
||||
|
||||
.image-uploader.contain-image {
|
||||
.uploaded-image-preview {
|
||||
background-size: contain;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue