@firecms/core 3.0.0-canary.152 → 3.0.0-canary.153

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.umd.js CHANGED
@@ -5080,8 +5080,10 @@
5080
5080
  }
5081
5081
  )
5082
5082
  ] }),
5083
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col grow-1 w-full max-w-full m-1", children: [
5084
- size !== "small" && includeId && (entity ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: `${size !== "large" ? "block whitespace-nowrap overflow-hidden truncate" : ""}`, children: /* @__PURE__ */ jsxRuntime.jsx(
5083
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col grow-1 w-full m-1 shrink-1", style: {
5084
+ "maxWidth": "calc(100% - 96px)"
5085
+ }, children: [
5086
+ size !== "small" && includeId && (entity ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: "block whitespace-nowrap overflow-hidden truncate", children: /* @__PURE__ */ jsxRuntime.jsx(
5085
5087
  ui.Typography,
5086
5088
  {
5087
5089
  variant: "caption",
@@ -5132,7 +5134,7 @@
5132
5134
  );
5133
5135
  })
5134
5136
  ] }),
5135
- entity && includeEntityLink && /* @__PURE__ */ jsxRuntime.jsx(ui.Tooltip, { title: `See details for ${entity.id}`, children: /* @__PURE__ */ jsxRuntime.jsx(
5137
+ entity && includeEntityLink && /* @__PURE__ */ jsxRuntime.jsx(ui.Tooltip, { title: `See details for ${entity.id}`, className: "shrink-0", children: /* @__PURE__ */ jsxRuntime.jsx(
5136
5138
  ui.IconButton,
5137
5139
  {
5138
5140
  color: "inherit",