You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the margin-bottom in the CSS column to 1rem (or anything else non-zero)
Save
Refresh
Expected behavior: Paragraphs in #editor2 are rendered with the specified bottom margin.
Actual behavior: Paragraphs in #editor2 are rendered with the specified bottom margin and a new, blank paragraph is inserted below it.
If you change margin-bottom back to 0, the issue goes away.
Platforms: Chrome 51 on Mac OS X 10.11.5, no extensions, incognito window
Version: Beta 8 (also happens in beta 6)
The text was updated successfully, but these errors were encountered:
kylebragger
changed the title
Paragraph doubling for paragraphs with bottom margins set
Paragraphs with bottom margins cause a blank paragraph to be inserted below it
Jul 16, 2016
When paragraphs in the editable container have an explicit bottom margin set, Quill inserts a blank paragraph below it.
Steps for Reproduction
margin-bottom
in the CSS column to1rem
(or anything else non-zero)Expected behavior: Paragraphs in #editor2 are rendered with the specified bottom margin.
Actual behavior: Paragraphs in #editor2 are rendered with the specified bottom margin and a new, blank paragraph is inserted below it.
If you change
margin-bottom
back to 0, the issue goes away.Platforms: Chrome 51 on Mac OS X 10.11.5, no extensions, incognito window
Version: Beta 8 (also happens in beta 6)
The text was updated successfully, but these errors were encountered: