@syncfusion/ej2-richtexteditor 19.3.47 → 19.3.53

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.
Files changed (42) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/ej2-richtexteditor.umd.min.js +2 -2
  3. package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-richtexteditor.es2015.js +14 -3
  5. package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
  6. package/dist/es6/ej2-richtexteditor.es5.js +14 -3
  7. package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
  8. package/dist/global/ej2-richtexteditor.min.js +2 -2
  9. package/dist/global/ej2-richtexteditor.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +12 -12
  12. package/src/rich-text-editor/actions/dropdown-buttons.js +10 -0
  13. package/src/rich-text-editor/actions/enter-key.js +1 -0
  14. package/src/rich-text-editor/base/rich-text-editor.js +1 -2
  15. package/src/rich-text-editor/renderer/toolbar-renderer.js +3 -2
  16. package/styles/bootstrap-dark.css +4 -0
  17. package/styles/bootstrap.css +4 -0
  18. package/styles/bootstrap4.css +4 -0
  19. package/styles/bootstrap5-dark.css +4 -0
  20. package/styles/bootstrap5.css +4 -0
  21. package/styles/fabric-dark.css +4 -0
  22. package/styles/fabric.css +4 -0
  23. package/styles/highcontrast-light.css +4 -0
  24. package/styles/highcontrast.css +4 -0
  25. package/styles/material-dark.css +4 -0
  26. package/styles/material.css +4 -0
  27. package/styles/rich-text-editor/_layout.scss +4 -0
  28. package/styles/rich-text-editor/bootstrap-dark.css +4 -0
  29. package/styles/rich-text-editor/bootstrap.css +4 -0
  30. package/styles/rich-text-editor/bootstrap4.css +4 -0
  31. package/styles/rich-text-editor/bootstrap5-dark.css +4 -0
  32. package/styles/rich-text-editor/bootstrap5.css +4 -0
  33. package/styles/rich-text-editor/fabric-dark.css +4 -0
  34. package/styles/rich-text-editor/fabric.css +4 -0
  35. package/styles/rich-text-editor/highcontrast-light.css +4 -0
  36. package/styles/rich-text-editor/highcontrast.css +4 -0
  37. package/styles/rich-text-editor/material-dark.css +4 -0
  38. package/styles/rich-text-editor/material.css +4 -0
  39. package/styles/rich-text-editor/tailwind-dark.css +4 -0
  40. package/styles/rich-text-editor/tailwind.css +4 -0
  41. package/styles/tailwind-dark.css +4 -0
  42. package/styles/tailwind.css +4 -0
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 19.3.47
3
+ * version : 19.3.53
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-richtexteditor@*",
3
- "_id": "@syncfusion/ej2-richtexteditor@19.3.46",
3
+ "_id": "@syncfusion/ej2-richtexteditor@19.3.47",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-KQjXb4GwcPJNBiezc3uprAR1P3Z0O2zn0ponoX5Y6KdSgN06/h83YeBbgoOVjQTVtK2ni97KMliyopHBJ8IsFQ==",
5
+ "_integrity": "sha512-/BK1Sra/cZEcdzxtW5HlFA0s3mWVWhVccB6Pi1jHChg5TR/EVyb1j1xfhCLxTLPrhMmDnmu5O+aD+iNnYalEdQ==",
6
6
  "_location": "/@syncfusion/ej2-richtexteditor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -26,8 +26,8 @@
26
26
  "/@syncfusion/ej2-react-richtexteditor",
27
27
  "/@syncfusion/ej2-vue-richtexteditor"
28
28
  ],
29
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.3.46.tgz",
30
- "_shasum": "ce6564f5c1887ff8ddd139f2fbbf40ccbacb99fe",
29
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.3.47.tgz",
30
+ "_shasum": "09553933f0e8a9ac2736013e839d1cc49f1c0a29",
31
31
  "_spec": "@syncfusion/ej2-richtexteditor@*",
32
32
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
33
33
  "author": {
@@ -38,13 +38,13 @@
38
38
  },
39
39
  "bundleDependencies": false,
40
40
  "dependencies": {
41
- "@syncfusion/ej2-base": "~19.3.47",
42
- "@syncfusion/ej2-buttons": "~19.3.44",
43
- "@syncfusion/ej2-filemanager": "~19.3.44",
44
- "@syncfusion/ej2-inputs": "~19.3.47",
45
- "@syncfusion/ej2-navigations": "~19.3.46",
46
- "@syncfusion/ej2-popups": "~19.3.47",
47
- "@syncfusion/ej2-splitbuttons": "~19.3.47"
41
+ "@syncfusion/ej2-base": "~19.3.53",
42
+ "@syncfusion/ej2-buttons": "~19.3.53",
43
+ "@syncfusion/ej2-filemanager": "~19.3.53",
44
+ "@syncfusion/ej2-inputs": "~19.3.53",
45
+ "@syncfusion/ej2-navigations": "~19.3.53",
46
+ "@syncfusion/ej2-popups": "~19.3.53",
47
+ "@syncfusion/ej2-splitbuttons": "~19.3.53"
48
48
  },
49
49
  "deprecated": false,
50
50
  "description": "Essential JS 2 RichTextEditor component",
@@ -70,6 +70,6 @@
70
70
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
71
71
  },
72
72
  "typings": "index.d.ts",
73
- "version": "19.3.47",
73
+ "version": "19.3.53",
74
74
  "sideEffects": false
75
75
  }
@@ -206,6 +206,11 @@ var DropDownButtons = /** @class */ (function () {
206
206
  var prop = _a[_i];
207
207
  switch (prop) {
208
208
  case 'fontFamily':
209
+ if (this.parent.inlineMode.enable) {
210
+ if (!isNullOrUndefined(this.parent.fontFamily.default)) {
211
+ this.getEditNode().style.fontFamily = this.parent.fontFamily.default;
212
+ }
213
+ }
209
214
  if (this.fontNameDropDown) {
210
215
  for (var _b = 0, _c = Object.keys(newProp.fontFamily); _b < _c.length; _b++) {
211
216
  var fontFamily = _c[_b];
@@ -237,6 +242,11 @@ var DropDownButtons = /** @class */ (function () {
237
242
  }
238
243
  break;
239
244
  case 'fontSize':
245
+ if (this.parent.inlineMode) {
246
+ if (!isNullOrUndefined(this.parent.fontSize.default)) {
247
+ this.getEditNode().style.fontSize = this.parent.fontSize.default;
248
+ }
249
+ }
240
250
  if (this.fontSizeDropDown) {
241
251
  for (var _d = 0, _e = Object.keys(newProp.fontSize); _d < _e.length; _d++) {
242
252
  var fontSize = _e[_d];
@@ -129,6 +129,7 @@ var EnterKeyAction = /** @class */ (function () {
129
129
  detach(nearBlockNode);
130
130
  }
131
131
  }
132
+ _this.parent.formatter.editorManager.nodeSelection.setCursorPoint(_this.parent.contentModule.getDocument(), insertElem.nextElementSibling, 0);
132
133
  }
133
134
  else if (nearBlockNode.textContent.length === 0 && !(!isNOU(nearBlockNode.childNodes[0]) && nearBlockNode.childNodes[0].nodeName === 'IMG')) {
134
135
  if (!isNOU(nearBlockNode.children[0]) && nearBlockNode.children[0].tagName !== 'BR') {
@@ -1431,8 +1431,7 @@ var RichTextEditor = /** @class */ (function (_super) {
1431
1431
  this.setProperties({ value: this.valueTemplate });
1432
1432
  }
1433
1433
  else {
1434
- var compiledString = compile(this.valueTemplate);
1435
- var compiledTemplate = compiledString({});
1434
+ var compiledTemplate = compile(this.valueTemplate)('', this, 'valueTemplate');
1436
1435
  for (var i = 0; i < compiledTemplate.length; i++) {
1437
1436
  var item = compiledTemplate[i];
1438
1437
  append([item], this.element);
@@ -1,4 +1,4 @@
1
- import { addClass, Browser, removeClass, EventHandler, formatUnit, isNullOrUndefined } from '@syncfusion/ej2-base';
1
+ import { addClass, Browser, removeClass, EventHandler, formatUnit, isNullOrUndefined, isNullOrUndefined as isNOU } from '@syncfusion/ej2-base';
2
2
  import { getInstance, closest, selectAll, detach } from '@syncfusion/ej2-base';
3
3
  import { Toolbar } from '@syncfusion/ej2-navigations';
4
4
  import { DropDownButton } from '@syncfusion/ej2-splitbuttons';
@@ -62,7 +62,8 @@ var ToolbarRenderer = /** @class */ (function () {
62
62
  this.parent.notify(events.beforeDropDownItemRender, args);
63
63
  };
64
64
  ToolbarRenderer.prototype.dropDownOpen = function (args) {
65
- if (args.element.parentElement.getAttribute('id').indexOf('TableCell') > -1) {
65
+ if (args.element.parentElement.getAttribute('id').indexOf('TableCell') > -1 && !isNOU(args.element.parentElement.querySelector('.e-cell-merge')) &&
66
+ (!isNOU(args.element.parentElement.querySelector('.e-cell-horizontal-split')) || !isNOU(args.element.parentElement.querySelector('.e-cell-vertical-split')))) {
66
67
  var listEle = args.element.querySelectorAll('li');
67
68
  if (this.parent.inputElement.querySelectorAll('.e-cell-select').length === 1) {
68
69
  addClass([listEle[0]], 'e-disabled');
@@ -1324,6 +1324,10 @@
1324
1324
  margin-top: 0;
1325
1325
  }
1326
1326
 
1327
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1328
+ margin-right: 30px;
1329
+ }
1330
+
1327
1331
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1328
1332
  border-bottom: 0 solid transparent;
1329
1333
  min-height: initial;
@@ -1470,6 +1470,10 @@
1470
1470
  margin-top: 0;
1471
1471
  }
1472
1472
 
1473
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1474
+ margin-right: 30px;
1475
+ }
1476
+
1473
1477
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1474
1478
  border-bottom: 0 solid transparent;
1475
1479
  min-height: initial;
@@ -1603,6 +1603,10 @@
1603
1603
  margin-top: 0;
1604
1604
  }
1605
1605
 
1606
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1607
+ margin-right: 30px;
1608
+ }
1609
+
1606
1610
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1607
1611
  border-bottom: 0 solid transparent;
1608
1612
  min-height: initial;
@@ -1320,6 +1320,10 @@
1320
1320
  margin-top: 0;
1321
1321
  }
1322
1322
 
1323
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1324
+ margin-right: 30px;
1325
+ }
1326
+
1323
1327
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1324
1328
  border-bottom: 0 solid transparent;
1325
1329
  min-height: initial;
@@ -1320,6 +1320,10 @@
1320
1320
  margin-top: 0;
1321
1321
  }
1322
1322
 
1323
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1324
+ margin-right: 30px;
1325
+ }
1326
+
1323
1327
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1324
1328
  border-bottom: 0 solid transparent;
1325
1329
  min-height: initial;
@@ -1313,6 +1313,10 @@
1313
1313
  margin-top: 0;
1314
1314
  }
1315
1315
 
1316
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1317
+ margin-right: 30px;
1318
+ }
1319
+
1316
1320
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1317
1321
  border-bottom: 0 solid transparent;
1318
1322
  min-height: initial;
package/styles/fabric.css CHANGED
@@ -1313,6 +1313,10 @@
1313
1313
  margin-top: 0;
1314
1314
  }
1315
1315
 
1316
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1317
+ margin-right: 30px;
1318
+ }
1319
+
1316
1320
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1317
1321
  border-bottom: 0 solid transparent;
1318
1322
  min-height: initial;
@@ -1313,6 +1313,10 @@
1313
1313
  margin-top: 0;
1314
1314
  }
1315
1315
 
1316
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1317
+ margin-right: 30px;
1318
+ }
1319
+
1316
1320
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1317
1321
  border-bottom: 0 solid transparent;
1318
1322
  min-height: initial;
@@ -1313,6 +1313,10 @@
1313
1313
  margin-top: 0;
1314
1314
  }
1315
1315
 
1316
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1317
+ margin-right: 30px;
1318
+ }
1319
+
1316
1320
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1317
1321
  border-bottom: 0 solid transparent;
1318
1322
  min-height: initial;
@@ -1314,6 +1314,10 @@
1314
1314
  margin-top: 0;
1315
1315
  }
1316
1316
 
1317
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1318
+ margin-right: 30px;
1319
+ }
1320
+
1317
1321
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1318
1322
  border-bottom: 0 solid transparent;
1319
1323
  min-height: initial;
@@ -1314,6 +1314,10 @@
1314
1314
  margin-top: 0;
1315
1315
  }
1316
1316
 
1317
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1318
+ margin-right: 30px;
1319
+ }
1320
+
1317
1321
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1318
1322
  border-bottom: 0 solid transparent;
1319
1323
  min-height: initial;
@@ -866,6 +866,10 @@
866
866
  margin-top: 0;
867
867
  }
868
868
 
869
+ .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
870
+ margin-right: 30px;
871
+ }
872
+
869
873
  .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
870
874
  border-bottom: 0 solid transparent;
871
875
  min-height: initial;
@@ -1324,6 +1324,10 @@
1324
1324
  margin-top: 0;
1325
1325
  }
1326
1326
 
1327
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1328
+ margin-right: 30px;
1329
+ }
1330
+
1327
1331
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1328
1332
  border-bottom: 0 solid transparent;
1329
1333
  min-height: initial;
@@ -1470,6 +1470,10 @@
1470
1470
  margin-top: 0;
1471
1471
  }
1472
1472
 
1473
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1474
+ margin-right: 30px;
1475
+ }
1476
+
1473
1477
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1474
1478
  border-bottom: 0 solid transparent;
1475
1479
  min-height: initial;
@@ -1603,6 +1603,10 @@
1603
1603
  margin-top: 0;
1604
1604
  }
1605
1605
 
1606
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1607
+ margin-right: 30px;
1608
+ }
1609
+
1606
1610
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1607
1611
  border-bottom: 0 solid transparent;
1608
1612
  min-height: initial;
@@ -1320,6 +1320,10 @@
1320
1320
  margin-top: 0;
1321
1321
  }
1322
1322
 
1323
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1324
+ margin-right: 30px;
1325
+ }
1326
+
1323
1327
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1324
1328
  border-bottom: 0 solid transparent;
1325
1329
  min-height: initial;
@@ -1320,6 +1320,10 @@
1320
1320
  margin-top: 0;
1321
1321
  }
1322
1322
 
1323
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1324
+ margin-right: 30px;
1325
+ }
1326
+
1323
1327
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1324
1328
  border-bottom: 0 solid transparent;
1325
1329
  min-height: initial;
@@ -1313,6 +1313,10 @@
1313
1313
  margin-top: 0;
1314
1314
  }
1315
1315
 
1316
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1317
+ margin-right: 30px;
1318
+ }
1319
+
1316
1320
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1317
1321
  border-bottom: 0 solid transparent;
1318
1322
  min-height: initial;
@@ -1313,6 +1313,10 @@
1313
1313
  margin-top: 0;
1314
1314
  }
1315
1315
 
1316
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1317
+ margin-right: 30px;
1318
+ }
1319
+
1316
1320
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1317
1321
  border-bottom: 0 solid transparent;
1318
1322
  min-height: initial;
@@ -1313,6 +1313,10 @@
1313
1313
  margin-top: 0;
1314
1314
  }
1315
1315
 
1316
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1317
+ margin-right: 30px;
1318
+ }
1319
+
1316
1320
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1317
1321
  border-bottom: 0 solid transparent;
1318
1322
  min-height: initial;
@@ -1313,6 +1313,10 @@
1313
1313
  margin-top: 0;
1314
1314
  }
1315
1315
 
1316
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1317
+ margin-right: 30px;
1318
+ }
1319
+
1316
1320
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1317
1321
  border-bottom: 0 solid transparent;
1318
1322
  min-height: initial;
@@ -1314,6 +1314,10 @@
1314
1314
  margin-top: 0;
1315
1315
  }
1316
1316
 
1317
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1318
+ margin-right: 30px;
1319
+ }
1320
+
1317
1321
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1318
1322
  border-bottom: 0 solid transparent;
1319
1323
  min-height: initial;
@@ -1314,6 +1314,10 @@
1314
1314
  margin-top: 0;
1315
1315
  }
1316
1316
 
1317
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1318
+ margin-right: 30px;
1319
+ }
1320
+
1317
1321
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1318
1322
  border-bottom: 0 solid transparent;
1319
1323
  min-height: initial;
@@ -1320,6 +1320,10 @@
1320
1320
  margin-top: 0;
1321
1321
  }
1322
1322
 
1323
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1324
+ margin-right: 30px;
1325
+ }
1326
+
1323
1327
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1324
1328
  border-bottom: 0 solid transparent;
1325
1329
  min-height: initial;
@@ -1320,6 +1320,10 @@
1320
1320
  margin-top: 0;
1321
1321
  }
1322
1322
 
1323
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1324
+ margin-right: 30px;
1325
+ }
1326
+
1323
1327
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1324
1328
  border-bottom: 0 solid transparent;
1325
1329
  min-height: initial;
@@ -1320,6 +1320,10 @@
1320
1320
  margin-top: 0;
1321
1321
  }
1322
1322
 
1323
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1324
+ margin-right: 30px;
1325
+ }
1326
+
1323
1327
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1324
1328
  border-bottom: 0 solid transparent;
1325
1329
  min-height: initial;
@@ -1320,6 +1320,10 @@
1320
1320
  margin-top: 0;
1321
1321
  }
1322
1322
 
1323
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1324
+ margin-right: 30px;
1325
+ }
1326
+
1323
1327
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1324
1328
  border-bottom: 0 solid transparent;
1325
1329
  min-height: initial;