Skip to content

Commit 4f01688

Browse files
mrleemurraylemurra_microsoft
andauthored
Add text overflow handling for author links in common.css (#7747)
Co-authored-by: lemurra_microsoft <Lee.Murray@microsoft.com>
1 parent 4543d29 commit 4f01688

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

webviews/common/common.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ body img.avatar {
250250
.author-link {
251251
font-weight: 600;
252252
color: var(--vscode-editor-foreground);
253+
white-space: nowrap;
254+
overflow: hidden;
255+
text-overflow: ellipsis;
253256
}
254257

255258
.status-item button {

0 commit comments

Comments
 (0)