Skip to content

Commit ae31f26

Browse files
authored
Merge pull request #5652 from Laravel-Backpack/summernote-css-name-fix
fix the summernote css block name
2 parents 6a2daee + 73aa24e commit ae31f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/crud/fields/summernote.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{{-- include summernote css --}}
3434
@basset('https://unpkg.com/[email protected]/dist/summernote-lite.min.css')
3535
@basset('https://unpkg.com/[email protected]/dist/font/summernote.woff2', false)
36-
@bassetBlock('backpack/crud/fields/checklist-field.css')
36+
@bassetBlock('backpack/crud/fields/summernote-field.css')
3737
<style type="text/css">
3838
.note-editor.note-frame .note-status-output, .note-editor.note-airframe .note-status-output {
3939
height: auto;

0 commit comments

Comments
 (0)