diy-template-components 1.0.26 → 1.0.27

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/build/index.js CHANGED
@@ -177,7 +177,9 @@ const useSectionStyles$a = createUseStyles(theme => ({
177
177
  imageAnchorMobile: {
178
178
  pointerEvents: 'auto',
179
179
  cursor: 'default',
180
- // width: '100%',
180
+ width: ({
181
+ isCustomWebsite
182
+ } = {}) => isCustomWebsite ? "100%" : "",
181
183
  maxWidth: '85px',
182
184
  cursor: 'default',
183
185
  height: '46px',