Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: paragraph markdown styling error #7576

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

adriangohjw
Copy link
Contributor

@adriangohjw adriangohjw commented Aug 6, 2024

Problem

bullet and other styling of description in <ParagraphField /> not rendering properly

Closes #6309

Solution

Breaking Changes

  • Yes - this PR contains breaking changes
  • No - this PR is backwards compatible

Bug Fixes:

  • it is inheriting the style of the parent component. Fixed by wrapping the output in <div>. IMO this isn't the best fix but it's the simplest and most straightforward one that does not require changing too much other things

Before & After Screenshots

BEFORE and AFTER (side-by-side comparison):

Before After
Screenshot 2024-08-07 at 12 25 06 AM Screenshot 2024-08-07 at 12 26 15 AM
Screenshot 2024-08-07 at 12 25 13 AM Screenshot 2024-08-07 at 12 33 48 AM

@KenLSM KenLSM added the quality label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues caused by bullet points for how text display in both form builder preview and in preview mode
2 participants