@capillarytech/creatives-library 9.0.1 → 9.0.2-beta.0
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
|
@@ -644,7 +644,7 @@ export class TemplatePreview extends React.Component { // eslint-disable-line re
|
|
|
644
644
|
src={smsMobileAndroid}
|
|
645
645
|
alt={this.props.intl.formatMessage(messages.previewGenerated)}
|
|
646
646
|
/>
|
|
647
|
-
<CapRow
|
|
647
|
+
<CapRow className="msg-container sms">
|
|
648
648
|
<CapRow useLegacy className={"message-pop sms"}>
|
|
649
649
|
{content &&
|
|
650
650
|
content.length &&
|