Skip to content

fix: checkbox label with code block alignment

Navin Karkera requested to merge navin/fix-checklist-ui into master

Code blocks inside checkbox label breaks layout.

From:

image

To:

image

Supporting information

  • Jira ticket: url
  • GitLab issue: url

Testing instructions

  1. Run make to get a local server up and running
  2. Edit any checklist definition and add a checkbox task with long title text.
  3. Go to Templates tab in frontend UI and use the template with long checkbox task with code blocks in it.
  4. Verify the UI for the task as shown in the above images.

Merge request reports