@adminforth/rich-editor 1.0.10 → 1.0.11

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.
@@ -525,6 +525,10 @@ function removeCompletionOnBlur() {
525
525
  font-style: italic;
526
526
  }
527
527
 
528
+ .ql-editor p {
529
+ margin-bottom: 0.5rem;
530
+ }
531
+
528
532
  .ql-snow .ql-stroke {
529
533
  @apply dark:stroke-darkPrimary;
530
534
  @apply stroke-lightPrimary;
@@ -525,6 +525,10 @@ function removeCompletionOnBlur() {
525
525
  font-style: italic;
526
526
  }
527
527
 
528
+ .ql-editor p {
529
+ margin-bottom: 0.5rem;
530
+ }
531
+
528
532
  .ql-snow .ql-stroke {
529
533
  @apply dark:stroke-darkPrimary;
530
534
  @apply stroke-lightPrimary;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/rich-editor",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",