@elementor/editor-editing-panel 1.29.1 → 1.29.2

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.
package/dist/index.mjs CHANGED
@@ -489,6 +489,7 @@ function CssClassItem({
489
489
  },
490
490
  "aria-pressed": isActive,
491
491
  sx: (theme) => ({
492
+ lineHeight: 1,
492
493
  cursor: isActive && allowRename && !isShowingState ? "text" : "pointer",
493
494
  borderRadius: `${theme.shape.borderRadius * 0.75}px`,
494
495
  "&.Mui-focusVisible": {