UI Bug: Right edge clipping of italicized text in user autocompletion list
#21,819 建立於 2026年3月18日
描述
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
-
Go to any repository in GitHub Desktop.
-
Click on the Co-Authors input field (or anywhere user autocompletion is triggered).
-
Type a character (e.g., @asd) to bring up the user autocompletion dropdown list.
-
Look closely at the list items where the nickname or description text is italicized.
-
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.