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

[Bug] Status Site - Task cards are breaking UI due to title text getting truncated without text wrap #930

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

aneenajohn
Copy link
Contributor

@aneenajohn aneenajohn commented Oct 11, 2023

Issue: #928

Description:

  • On Tasks Page, when the title text doesn't fit in one line, the card title has white-space set to no-wrap causing the UI to break.

  • PFB the screenshots
    image
    image

  • With white-space set to normal prevents UI break as below:
    image

Anthing you would like to inform the reviewer about:

  • CSS Fixes: When the title text doesn't fit, it gets truncated and instead of setting no-wrap to white-space we let the text wrap preserving spaces by setting white-space to pre-wrap

Dev Tested:

  • [✅] Yes
  • test ss

Images/video of the change:

fix-for-issue-928.mp4

Follow-up Issues (if any)

PR 947

…ing no-wrap to white-space we let the text wrap preserving spaces by setting whhite-space to pre-wrap

Signed-off-by: Aneena John Xavier <aneena_john_xavier@epam.com>
@vercel
Copy link

vercel bot commented Oct 11, 2023

Someone is attempting to deploy a commit to the RDS-Team Team on Vercel.

A member of the Team first needs to authorize it.

@aneenajohn aneenajohn changed the title When the title text doesnt fit, it gets truncated and instead of sett… [Bug] Status Site - UI breaking due to title width getting truncated without text wrap Oct 11, 2023
@aneenajohn aneenajohn changed the title [Bug] Status Site - UI breaking due to title width getting truncated without text wrap [Bug] Status Site - UI breaking due to title text getting truncated without text wrap Oct 11, 2023
@aneenajohn aneenajohn changed the title [Bug] Status Site - UI breaking due to title text getting truncated without text wrap [Bug] Status Site - Task card breaking UI due to title text getting truncated without text wrap Oct 11, 2023
@aneenajohn aneenajohn changed the title [Bug] Status Site - Task card breaking UI due to title text getting truncated without text wrap [Bug] Status Site - Task cards are breaking UI due to title text getting truncated without text wrap Oct 11, 2023
@iamitprakash iamitprakash merged commit ff16eca into Real-Dev-Squad:develop Oct 11, 2023
1 of 2 checks passed
@aneenajohn aneenajohn mentioned this pull request Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants