@dxos/react-ui-editor 0.3.11-main.0ac3ef5 → 0.3.11-main.0bdf564

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.
@@ -2315,6 +2315,13 @@ var defaultTheme = {
2315
2315
  textDecoration: "none"
2316
2316
  },
2317
2317
  //
2318
+ // widgets
2319
+ //
2320
+ ".cm-widgetBuffer": {
2321
+ display: "none",
2322
+ height: 0
2323
+ },
2324
+ //
2318
2325
  // table
2319
2326
  //
2320
2327
  ".cm-table *": {