@sanity/ui 1.0.0-beta.31 → 1.0.0-beta.32

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.
@@ -6297,9 +6297,7 @@ function popoverCardStyle(props) {
6297
6297
  flexDirection: "column",
6298
6298
  width: "max-content",
6299
6299
  minWidth: "min-content",
6300
- maxWidth: typeof $boundaryWidth === "number" ? "".concat($boundaryWidth - DEFAULT_POPOVER_PADDING * 2, "px") : void 0,
6301
- height: "max-content",
6302
- minHeight: "min-content"
6300
+ maxWidth: typeof $boundaryWidth === "number" ? "".concat($boundaryWidth - DEFAULT_POPOVER_PADDING * 2, "px") : void 0
6303
6301
  };
6304
6302
  }
6305
6303