fix(tracker): truncate long milestone titles on issue cards - #10646
Merged
ArtyomSavchenko merged 2 commits intoMar 19, 2026
Merged
ArtyomSavchenko merged 2 commits into
ArtyomSavchenko merged 2 commits into
Conversation
|
Connected to Huly®: UBERF-15927 |
…ering#9655) Signed-off-by: Niels Kaspers <kaspersniels@gmail.com>
nielskaspers
force-pushed
the
fix/issue-9655-milestone-overflow
branch
from
March 17, 2026 07:13
4453b3a to
2df2596
Compare
Member
|
Hi @nielskaspers Could you please fix formatting? |
Break long div attributes onto separate lines per prettier config.
ArtyomSavchenko
approved these changes
Mar 19, 2026
ArtyomSavchenko
merged commit Mar 19, 2026
de5de3d
into
hcengineering:develop
10 of 13 checks passed
Member
|
@nielskaspers The changes look good to me. |
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
overflow-hiddento the MilestoneEditor wrapper to prevent long milestone titles from overflowing the issue cardclear-mins(min-width: 0) to the inner flex container so the child Button and itsoverflow-labelspan can properly truncate with ellipsisIssue
Fixes #9655
Changes
MilestoneEditor.svelte: Addedoverflow-hiddenclass to the outer wrapper div andclear-minsclass to the inner flex-row-center div in the non-list rendering branchTesting