Setting "inline": true in the config completely breaks the layout. The inline option is intended for contents that can only include inline tags but can't span multiple paragraphs. But setting this option completely breaks the layout. Looks like a visual bug, because redactor uses a <span> Tag in this case:
The entire input is hiding inside the small vertical bar.
Steps to reproduce
Set "inline": true in the config for any redactor field.
Description
Setting
"inline": true
in the config completely breaks the layout. The inline option is intended for contents that can only include inline tags but can't span multiple paragraphs. But setting this option completely breaks the layout. Looks like a visual bug, because redactor uses a<span>
Tag in this case:The entire input is hiding inside the small vertical bar.
Steps to reproduce
"inline": true
in the config for any redactor field.Additional info