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: Text (and other) property values are truncated in the card view #1010

Closed
chenilim opened this issue Aug 16, 2021 · 2 comments
Closed

Bug: Text (and other) property values are truncated in the card view #1010

chenilim opened this issue Aug 16, 2021 · 2 comments
Assignees
Labels
Bug Something isn't working QA Verified Bug fix tested and verified by QA
Milestone

Comments

@chenilim
Copy link
Contributor

Steps to reproduce the behavior:

  1. Open a card with a text property
  2. Enter a long string into the property, save it
  3. The text is truncated after just a few words

Expected behavior:
The property values should take up the full horizontal space in the card editor.

Screenshots:
Card editor

Platform:

  • v0.9.0 RC5 on Community
  • Chrome 91 on macOS
@chenilim chenilim added the Bug Something isn't working label Aug 16, 2021
@chenilim
Copy link
Contributor Author

@asaadmahmood, what do you think the right layout should be? I think it should be relatively easy to make the values take 100% of the remaining width in the card editor, but there may be some special cases for things like URLs, which have an on-hover link button at the end.

If you agree it's an easy fix, let's make the change for 0.9. cc @ogi-m, @sbishel.

@ogi-m
Copy link
Contributor

ogi-m commented Aug 31, 2021

Tested and passed on RC8 - verified they now take up the whole width of the card.

@ogi-m ogi-m added the QA Verified Bug fix tested and verified by QA label Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working QA Verified Bug fix tested and verified by QA
Projects
None yet
Development

No branches or pull requests

3 participants