diy-template-components 3.0.4 → 3.0.5

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.es.js CHANGED
@@ -148,7 +148,7 @@ const useSectionStyles$a = createUseStyles(theme => ({
148
148
  width: ({
149
149
  isCustomWebsite
150
150
  } = {}) => isCustomWebsite ? '100%' : '',
151
- maxWidth: '85px',
151
+ maxWidth: '185px',
152
152
  cursor: 'default',
153
153
  height: '46px',
154
154
  position: 'relative'