Skip to content

fix(relation): Fix ellipsis for long selected relation labels - #2878

Open
Koc wants to merge 1 commit into
mainfrom
bugfix/fix-styling-relations-with-long-labels
Open

fix(relation): Fix ellipsis for long selected relation labels#2878
Koc wants to merge 1 commit into
mainfrom
bugfix/fix-styling-relations-with-long-labels

Conversation

@Koc

@Koc Koc commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

There is a bug on nextcloud-vue side. Let's add workaround on the app level till bug not fixed.

🖼️ Screenshots

🏚️ Before 🏡 After
image image

🏁 Checklist

  • ⛑️ Tests (unit and/or integration) are included or not needed
  • 🔙 Backport requests are created or not needed: /backport to stableX.X
  • 📅 Milestone is set
  • 🌸 PR title is meaningful (if it should be in the changelog: is it meaningful to users?)

🤖 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
@Koc
Koc marked this pull request as ready for review August 8, 2026 22:23
@Koc
Koc requested review from blizzz and enjeck as code owners August 8, 2026 22:23
@samin-z
samin-z self-requested a review August 10, 2026 15:48
@samin-z

samin-z commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

ran 'npm run build' and hard refreshed, but i still see the same bug
in chrome:

Screenshot 2026-08-10 at 17 53 36

in firefox:
Screenshot 2026-08-10 at 17 54 46

@Koc

Koc commented Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

@samin-z I guess because you're using single word. In my test scenario there were multiple words

@samin-z

samin-z commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

@Koc the issue is that the input field is flexible and exapnds with the content (has nothing to do with if its a single words or multiple words), so the input box expands to the width of the 'edit row' box and if it's bigger than that, the text still mixes with the 'dropdown' and 'cancel' icon.
"edit row" maximum box input length:
Screenshot 2026-08-11 at 09 53 47
smaller than "edit row" maximum bix input length:
Screenshot 2026-08-11 at 09 54 07

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.

2 participants