@ohhwells/bridge 0.1.29-next.26 → 0.1.29-next.27

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.cjs CHANGED
@@ -4850,7 +4850,7 @@ function UrlOrPageInput({
4850
4850
  "div",
4851
4851
  {
4852
4852
  "data-ohw-link-page-dropdown": "",
4853
- className: "absolute left-0 right-0 top-[calc(100%+4px)] z-10 max-h-48 overflow-auto rounded-lg border border-border bg-popover py-1 shadow-lg",
4853
+ className: "absolute left-0 right-0 h-20 top-[calc(100%+4px)] z-10 max-h-48 overflow-auto rounded-lg border border-border bg-popover py-1 shadow-lg",
4854
4854
  onMouseDown: (e) => e.preventDefault(),
4855
4855
  children: filteredPages.map((page) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
4856
4856
  "button",