@ckeditor/ckeditor5-ui 48.2.0-alpha.4 → 48.2.0-alpha.6

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.
@@ -1657,6 +1657,11 @@
1657
1657
  background:var(--ck-color-editable-blur-selection);
1658
1658
  }
1659
1659
 
1660
+ .ck.ck-editor__editable_inline.ck-editor__editable_inline-root br{
1661
+ margin-top:0;
1662
+ margin-bottom:0;
1663
+ }
1664
+
1660
1665
  .ck.ck-balloon-panel.ck-toolbar-container[class*="arrow_n"]:after{
1661
1666
  border-bottom-color:var(--ck-color-panel-background);
1662
1667
  }
package/dist/index.css CHANGED
@@ -1657,6 +1657,11 @@
1657
1657
  background: var(--ck-color-editable-blur-selection);
1658
1658
  }
1659
1659
 
1660
+ .ck.ck-editor__editable_inline.ck-editor__editable_inline-root br {
1661
+ margin-top: 0;
1662
+ margin-bottom: 0;
1663
+ }
1664
+
1660
1665
  .ck.ck-balloon-panel.ck-toolbar-container[class*="arrow_n"]:after {
1661
1666
  border-bottom-color: var(--ck-color-panel-background);
1662
1667
  }