@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.
package/dist/sanity-ui.js CHANGED
@@ -6325,9 +6325,7 @@ function popoverCardStyle(props) {
6325
6325
  flexDirection: "column",
6326
6326
  width: "max-content",
6327
6327
  minWidth: "min-content",
6328
- maxWidth: typeof $boundaryWidth === "number" ? "".concat($boundaryWidth - DEFAULT_POPOVER_PADDING * 2, "px") : void 0,
6329
- height: "max-content",
6330
- minHeight: "min-content"
6328
+ maxWidth: typeof $boundaryWidth === "number" ? "".concat($boundaryWidth - DEFAULT_POPOVER_PADDING * 2, "px") : void 0
6331
6329
  };
6332
6330
  }
6333
6331