Fix HTML display issue for checkbox with text and links#1979
Conversation
WalkthroughThe changes in this pull request focus on modifying the styling of checkbox and radio button labels within a form in the Changes
Possibly related PRs
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (1)
Additional comments not posted (4)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This PR resolves an issue where checkboxes with longer text, including
<br>and<a>tags, were not rendering correctly, causing misalignment.Related Issue
https://github.com/Strategy11/formidable-pro/issues/5363
Steps to Reproduce
<br>,<a>tags in the text.Before
After