@razorpay/blade 8.8.2 → 8.8.4

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.
@@ -21602,8 +21602,9 @@ var _DropdownOverlay = function _DropdownOverlay(_ref) {
21602
21602
  return /*#__PURE__*/jsx(BaseBox, {
21603
21603
  position: "relative",
21604
21604
  children: /*#__PURE__*/jsx(StyledDropdownOverlay, _objectSpread$E(_objectSpread$E({
21605
- width: isMenu ? undefined : width,
21606
- minWidth: "240px" // in SelectInput, we don't want to set maxWidth because it takes width according to the trigger
21605
+ width: isMenu ? undefined : width // In SelectInput, Overlay should always take width of Input
21606
+ ,
21607
+ minWidth: isMenu ? '240px' : undefined // in SelectInput, we don't want to set maxWidth because it takes width according to the trigger
21607
21608
  ,
21608
21609
  maxWidth: isMenu ? '400px' : undefined,
21609
21610
  left: isMenu ? 'spacing.0' : undefined,