@blocknote/shadcn 0.39.1 → 0.41.0

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.
@@ -957,7 +957,7 @@ const nt = (e) => {
957
957
  return /* @__PURE__ */ v(
958
958
  l.Tabs.Tabs,
959
959
  {
960
- className: i(n, "bg-popover rounded-lg p-2"),
960
+ className: i(n, "bg-popover max-w-screen rounded-lg p-2"),
961
961
  ref: t,
962
962
  value: s,
963
963
  defaultValue: r,
@@ -989,7 +989,7 @@ const nt = (e) => {
989
989
  u.Input.Input,
990
990
  {
991
991
  "data-test": "embed-input",
992
- className: i(n, "w-80"),
992
+ className: i(n, "w-80 max-w-full"),
993
993
  ref: t,
994
994
  value: a,
995
995
  placeholder: r,