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.js CHANGED
@@ -162,7 +162,7 @@ const useSectionStyles$a = createUseStyles(theme => ({
162
162
  width: ({
163
163
  isCustomWebsite
164
164
  } = {}) => isCustomWebsite ? '100%' : '',
165
- maxWidth: '85px',
165
+ maxWidth: '185px',
166
166
  cursor: 'default',
167
167
  height: '46px',
168
168
  position: 'relative'