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 group header overflow when text is too long #14235

Merged
merged 3 commits into from
Mar 24, 2022
Merged

Fix group header overflow when text is too long #14235

merged 3 commits into from
Mar 24, 2022

Conversation

tsvetilian-ty
Copy link
Member

Closes #14233

Screenshots

Before the fix
scree-rec

After the fix
scree-rec

Copy link
Contributor

@tidy-dev tidy-dev left a comment

Choose a reason for hiding this comment

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

Thanks @tsvetilian-ty! This is looking great!

We have introduced a TooltippedContent component that we use instead of the title attribute to give us more flexibility and consistency. I believe how we use it in the branch-list-item is probably close to what we need here. If you could swap the div out here for that, I think this would be good to go. 🙂

@tidy-dev tidy-dev self-assigned this Mar 24, 2022
Copy link
Contributor

@tidy-dev tidy-dev left a comment

Choose a reason for hiding this comment

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

✨ Thank you for those changes!

@tidy-dev tidy-dev merged commit e116214 into desktop:development Mar 24, 2022
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.

Text out of range when group name is long
2 participants