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
Describe the bug
When you write something in a ck editor, e.g. conference description, there is no visible difference between a line break and a paragraph. When you view it in the result, there is however. This is mildly confusing.
To Reproduce
Steps to reproduce the behavior:
Create an event with a description. Add some text, a few line breaks, a paragraph
Save the description
Compare what you see in the editor with the final result
Expected behavior
Paragraph spacing in the editor
Screenshots
Additional context
This apparently goes back to this change 1541785 for IE, which I guess we could revert? At the very least, removing that CSS rule will make it default to semantic-ui's 1em margin-bottom.
The text was updated successfully, but these errors were encountered:
Describe the bug
When you write something in a ck editor, e.g. conference description, there is no visible difference between a line break and a paragraph. When you view it in the result, there is however. This is mildly confusing.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Paragraph spacing in the editor
Screenshots
Additional context
This apparently goes back to this change 1541785 for IE, which I guess we could revert? At the very least, removing that CSS rule will make it default to semantic-ui's 1em margin-bottom.
The text was updated successfully, but these errors were encountered: