Summernote: Auto Centering

Created on 24 Apr 2014  路  3Comments  路  Source: summernote/summernote

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?

Most helpful comment

I added text-align: left to the .note-editor .note-editable css class and that fixed the issue.

All 3 comments

I added text-align: left to the .note-editor .note-editable css class and that fixed the issue.

thanks all3nT!

@all3nT :+1:

Was this page helpful?
0 / 5 - 0 ratings