Skip to content

fix(tracker): truncate long milestone titles on issue cards - #10646

Merged
ArtyomSavchenko merged 2 commits into
hcengineering:developfrom
nielskaspers:fix/issue-9655-milestone-overflow
Mar 19, 2026
Merged

ArtyomSavchenko merged 2 commits into
hcengineering:developfrom
nielskaspers:fix/issue-9655-milestone-overflow

Conversation

@nielskaspers

@nielskaspers nielskaspers commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add overflow-hidden to the MilestoneEditor wrapper to prevent long milestone titles from overflowing the issue card
  • Add clear-mins (min-width: 0) to the inner flex container so the child Button and its overflow-label span can properly truncate with ellipsis

Issue

Fixes #9655

Changes

  • MilestoneEditor.svelte: Added overflow-hidden class to the outer wrapper div and clear-mins class to the inner flex-row-center div in the non-list rendering branch

Testing

  • Create or edit a milestone with a very long title
  • View the issue card in the tracker kanban board
  • Verify the milestone title is truncated with ellipsis instead of overflowing the card

@huly-github-staging

Copy link
Copy Markdown

Connected to Huly®: UBERF-15927

…ering#9655)

Signed-off-by: Niels Kaspers <kaspersniels@gmail.com>
@nielskaspers
nielskaspers force-pushed the fix/issue-9655-milestone-overflow branch from 4453b3a to 2df2596 Compare March 17, 2026 07:13
@ArtyomSavchenko

Copy link
Copy Markdown
Member

Hi @nielskaspers
Thanks for the contribution.

Could you please fix formatting?
The corresponding CI check failed: CI / formatting (pull_request)
You can use rush format command to format code in the repository.

Break long div attributes onto separate lines per prettier config.
@ArtyomSavchenko
ArtyomSavchenko merged commit de5de3d into hcengineering:develop Mar 19, 2026
10 of 13 checks passed
@ArtyomSavchenko

Copy link
Copy Markdown
Member

@nielskaspers The changes look good to me.
Thanks for your contribution.

MichaelUray pushed a commit to MichaelUray/huly-platform that referenced this pull request Jul 9, 2026
…ering#10646)

* fix(tracker): truncate long milestone titles on issue cards (hcengineering#9655)

Signed-off-by: Niels Kaspers <kaspersniels@gmail.com>

* style: fix formatting in MilestoneEditor.svelte

Break long div attributes onto separate lines per prettier config.

---------

Signed-off-by: Niels Kaspers <kaspersniels@gmail.com>
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.

Bug: milestone overflows the issue card

2 participants