@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "7.11.7",
4
+ "version": "7.11.8",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -43,7 +43,6 @@
43
43
  &.line-preview {
44
44
  margin-left: $CAP_SPACE_16;
45
45
  width: 40%;
46
- left: 197px;
47
46
 
48
47
  .message-pop {
49
48
  width: 80%;
@@ -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: '32px 0',
594
+ margin: '6px 0 20px 28px',
594
595
  }}
595
596
  >
596
597
  <Carousel imageCarousel={imageCarousel}/>