@dxos/react-ui-editor 0.6.8-staging.c55b37f → 0.6.8-staging.dec6b33

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.
@@ -5243,7 +5243,7 @@ var Toolbar = {
5243
5243
 
5244
5244
  // packages/ui/react-ui-editor/src/defaults.ts
5245
5245
  import { EditorView as EditorView16 } from "@codemirror/view";
5246
- var editorContent = "!mt-[16px] !mb-[32px] !mli-auto w-full max-w-[min(50rem,100%-8rem)]";
5246
+ var editorContent = "!mt-[16px] !mb-[32px] !mli-auto w-full max-w-[min(50rem,100%-4rem)]";
5247
5247
  var editorWithToolbarLayout = "grid grid-cols-1 grid-rows-[min-content_1fr] data-[toolbar=disabled]:grid-rows-[1fr] justify-center content-start overflow-hidden";
5248
5248
  var editorGutter = EditorView16.baseTheme({
5249
5249
  ".cm-gutters": {