@7shifts/sous-chef 3.76.1 → 3.76.2

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/dist/index.js CHANGED
@@ -14453,7 +14453,8 @@ var EmptyStateContainerInline = function EmptyStateContainerInline(_ref) {
14453
14453
  src: mediaUrl,
14454
14454
  alt: String(title),
14455
14455
  style: {
14456
- maxWidth: size === EMPTY_STATE_SIZE.LARGE ? '500px' : '333px'
14456
+ maxWidth: size === EMPTY_STATE_SIZE.LARGE ? '500px' : '333px',
14457
+ minWidth: '320px'
14457
14458
  }
14458
14459
  })));
14459
14460
  };