craftcms / redactor

Edit rich text content in Craft CMS using Redactor by Imperavi.
https://plugins.craftcms.com/redactor
MIT License
100 stars 48 forks source link

Inline mode breaks the field #449

Open MoritzLost opened 1 year ago

MoritzLost commented 1 year ago

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:

Screenshot 2023-02-14 at 17 04 12

The entire input is hiding inside the small vertical bar.

Steps to reproduce

  1. Set "inline": true in the config for any redactor field.

Additional info