I am attempting to bind summernote to a textarea with no content in it. Whenever I click on the editor it auto centers the text. Is there a way to set the default alignment to left aligned?
I added text-align: left to the .note-editor .note-editable css class and that fixed the issue.
thanks all3nT!
@all3nT :+1:
Most helpful comment
I added
text-align: leftto the .note-editor .note-editable css class and that fixed the issue.