@dxos/react-ui-editor 0.6.14-staging.54a8bab → 0.6.14-staging.7b35391

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.
@@ -2246,7 +2246,7 @@ var defaultTheme = {
2246
2246
  marginLeft: "-3px"
2247
2247
  },
2248
2248
  ".cm-tooltip.cm-tooltip-autocomplete > ul": {
2249
- maxHeight: "20em !important"
2249
+ maxHeight: "20em"
2250
2250
  },
2251
2251
  ".cm-tooltip.cm-tooltip-autocomplete > ul > li": {},
2252
2252
  ".cm-tooltip.cm-tooltip-autocomplete > ul > li[aria-selected]": {},
@@ -4980,7 +4980,7 @@ var typewriter = ({ delay = 75, items = defaultItems } = {}) => {
4980
4980
 
4981
4981
  // packages/ui/react-ui-editor/src/components/Toolbar/Toolbar.tsx
4982
4982
  var iconStyles = getSize(5);
4983
- var buttonStyles = "min-bs-0 p-2";
4983
+ var buttonStyles = "min-bs-0 p-1";
4984
4984
  var tooltipProps = {
4985
4985
  side: "top",
4986
4986
  classNames: "z-10"