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

Add wrapping behaviour to the fact note. #4987

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on May 20, 2024

  1. Add wrapping behaviour to the fact note.

    Issue: When you add long url to the fact note it overflows the container.
    I resolved it by adding overflow-wrap: break-word to the .wt-facts-table td .wt-fact-notes p
    p-litwin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    af8a756 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Revert "Add wrapping behaviour to the fact note."

    This reverts commit af8a756.
    p-litwin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b9fc1f6 View commit details
    Browse the repository at this point in the history
  2. Apply ut class for fact note in NoteStructure.php

    Class applies overflow-wrap: break-word and unicode-bidi: isolate to the element
    p-litwin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d986e46 View commit details
    Browse the repository at this point in the history