Skip to content

Commit

Permalink
because of spacing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Jun 20, 2024
1 parent 0e471a4 commit 2817331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Fields/Quill2.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public static function scripts($options)
return [
'//cdn.jsdelivr.net/npm/quill@2.0.2/dist/quill.js',
'//cdn.jsdelivr.net/npm/quilljs-markdown@latest/dist/quilljs-markdown.js',
// '//cdn.jsdelivr.net/npm/quill-drag-and-drop-module@0.3.0/quill-module.min.js',
'//cdn.jsdelivr.net/npm/quill-image-drop-and-paste@1.3.0/dist/quill-image-drop-and-paste.min.js',
'//cdn.jsdelivr.net/npm/quill-mention@3.4.0/dist/quill.mention.min.js',
'//cdn.jsdelivr.net/npm/quill-magic-url@4.2.0/dist/index.min.js',
Expand Down Expand Up @@ -230,6 +229,8 @@ public static function styles($id, $options)
.ql-editor li[data-list="checked"] span::before, .ql-editor li[data-list="unchecked"] span::before {
font-size: 26px;
margin-top: -4px;
line-height: 28px;
}
.ql-editor ol li::before {
}
Expand Down

0 comments on commit 2817331

Please sign in to comment.