@capillarytech/creatives-library 7.11.7 → 7.11.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -450,6 +450,7 @@ export class TemplatePreview extends React.Component { // eslint-disable-line re
|
|
|
450
450
|
overflow: 'auto',
|
|
451
451
|
flexDirection: 'column',
|
|
452
452
|
marginLeft: 40,
|
|
453
|
+
left: !this.props.showCount && '200px',
|
|
453
454
|
}}
|
|
454
455
|
>
|
|
455
456
|
<div
|
|
@@ -590,7 +591,7 @@ export class TemplatePreview extends React.Component { // eslint-disable-line re
|
|
|
590
591
|
return (
|
|
591
592
|
<div
|
|
592
593
|
style={{
|
|
593
|
-
margin: '
|
|
594
|
+
margin: '6px 0 20px 28px',
|
|
594
595
|
}}
|
|
595
596
|
>
|
|
596
597
|
<Carousel imageCarousel={imageCarousel}/>
|
|
Binary file
|