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

Fix ShadowTheAge#224, where long milestone names could hide remove buttons. #129

Merged
merged 1 commit into from
May 14, 2024

Conversation

DaleStan
Copy link
Collaborator

Set a maximum width for names in the milestone editor, and then increase the width of the milestone editor so that limit isn't reached in the example case.

This is the object with the longest Russian name I found in Exotic Industries, so that's what I tested with. The first (and more complicated) fix squishes the text horizontally into the available space, as shown in the second screenshot. The second fix, which is the base(50) call, expands the available space (third screenshot) so we hopefully won't often need the first fix.
image

…ttons.

Set a maximum width for names in the milestone editor, and then increase the width of the milestone editor so that limit isn't reached in the example case.
Copy link
Owner

@shpaass shpaass left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QA: checked that the Milestone Editor works on an existing project.

@shpaass shpaass merged commit 96a2173 into shpaass:master May 14, 2024
1 check passed
@DaleStan DaleStan deleted the fix-224 branch May 15, 2024 00:55
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