desktop/desktop

UI Bug: Right edge clipping of italicized text in user autocompletion list

Open

#21,819 建立於 2026年3月18日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)TypeScript (18,758 star) (9,945 fork)batch import
help wanted

描述

The problem

I noticed a minor UI/styling issue in the unknown user autocompletion list.

When the user nickname or description is rendered in an italicized font, the rightmost edge of the text gets visually clipped/cut off. This is a common CSS rendering issue with italic fonts where the slanted characters extend beyond their standard bounding box, lacking sufficient right padding or margin to be fully displayed.

While it is a small detail, fixing this will make the UI look much cleaner and more polished.

Release version

Version 3.5.6

Operating system

Windows 11

Steps to reproduce the behavior

  1. Go to any repository in GitHub Desktop.

  2. Click on the Co-Authors input field (or anywhere user autocompletion is triggered).

  3. Type a character (e.g., @asd) to bring up the user autocompletion dropdown list.

  4. Look closely at the list items where the nickname or description text is italicized.

  5. Observe that the right edge of the last italicized character is visually clipped.

Log files

No response

Screenshots

No response

Additional context

I will submit a PR, so please review it.

貢獻者指南

UI Bug: Right edge clipping of italicized text in user autocompletion list · desktop/desktop#21819 | Good First Issue