我和sommernote编辑一起工作。我遇到了sommernote图标的问题。 这是图像。
我希望所有图标都在一行中。
这是我的代码
$('.summernote').summernote({
toolbar: [
// [groupName, [list of button]]
['style', ['bold', 'italic', 'underline', 'clear']],
['fontsize', ['fontsize']],
['para', ['ul', 'ol', 'paragraph']],
['insert', ['link','hr']],
['Misc',['fullscreen','help']]
]
});
答案 0 :(得分:0)
问题是bootstrap.css和summurnote.css重写。