Do you want to request a feature or report a bug?
Bug
What is the current behavior?
If a branch name is long, it overflows adjacent repositories in the dashboard:

What is the expected behavior?
Text is truncated with ellipsis or similar.
Environment you encounter the issue:
Ah yes, tiles width is calculated based on the longest repository path and
doesn't account for branch names.
Few possible options - truncate long branches (as you suggested) or account
for branch name when calculating tiles width. The former is probably
easier, and wouldn't have a significant effect on UX.
On Thu, 25 Oct 2018 at 23:49, Drew Noakes notifications@github.com wrote:
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
If a branch name is long, it overflows adjacent repositories in the
dashboard:[image: image]
https://user-images.githubusercontent.com/350947/47501135-9a2c8580-d85c-11e8-9b28-a7c446fc6699.pngWhat is the expected behavior?
Text is truncated with ellipsis or similar.
Environment you encounter the issue:
- GitExtensions version: beta1
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/gitextensions/gitextensions/issues/5625, or mute the
thread
https://github.com/notifications/unsubscribe-auth/AEMyXtWaCgu0tpkOBhoTITik9Yvm4x16ks5uobNlgaJpZM4X6M9Q
.
Propose truncate branch names
I'll have a go at this if that's OK :slightly_smiling_face:
Most helpful comment
I'll have a go at this if that's OK :slightly_smiling_face: