Skip to content

Commit 3f2e04c

Browse files
Copilotalexr00
andauthored
Fix Pull Request card issue number wrapping in chat interface (microsoft#258150)
* Initial plan * Fix Pull Request card issue number wrapping with CSS flex constraints Co-authored-by: alexr00 <[email protected]> * Don't change .title --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: alexr00 <[email protected]>
1 parent d212bad commit 3f2e04c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/workbench/contrib/chat/browser/chatContentParts/media/chatPullRequestContent.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535

3636
.chat-pull-request-content-part .title-container .link {
3737
color: var(--vscode-textLink-foreground);
38+
flex-shrink: 0;
39+
white-space: nowrap;
3840
}
3941

4042
.chat-pull-request-content-part .title-container .icon.codicon {

0 commit comments

Comments
 (0)