@dxos/react-ui-editor 0.8.4-main.84f28bd → 0.8.4-main.b97322e

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.
@@ -2659,18 +2659,17 @@ var defaultTheme = {
2659
2659
  ".cm-gutter": {},
2660
2660
  ".cm-gutter.cm-lineNumbers": {
2661
2661
  paddingRight: "4px",
2662
- borderRight: "1px solid var(--dx-separator)"
2662
+ borderRight: "1px solid var(--dx-subduedSeparator)"
2663
2663
  },
2664
2664
  ".cm-gutter.cm-lineNumbers .cm-gutterElement": {
2665
- minWidth: "40px",
2666
- alignContent: "center"
2665
+ minWidth: "40px"
2667
2666
  },
2668
2667
  /**
2669
- * Height is set to match the corresponding line.
2668
+ * Height is set to match the corresponding line (which may have wrapped).
2670
2669
  */
2671
2670
  ".cm-gutterElement": {
2672
- alignItems: "center",
2673
- fontSize: "12px"
2671
+ fontSize: "12px",
2672
+ lineHeight: "24px"
2674
2673
  },
2675
2674
  /**
2676
2675
  * Line.