From e8e27a6a0d5590667f9dd4968ca91d0571685560 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 7 Sep 2026 15:45:31 +0000 Subject: [PATCH 1/4] Initial plan From d6948ef2023c4e6dc9d9e07cbbe2b5af8b8eca67 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 7 Sep 2026 16:00:35 +0000 Subject: [PATCH 2/4] Constrain PR overview grid width Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com> --- webviews/editorWebview/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webviews/editorWebview/index.css b/webviews/editorWebview/index.css index 671b36c8f3..3e437b88ba 100644 --- a/webviews/editorWebview/index.css +++ b/webviews/editorWebview/index.css @@ -5,7 +5,7 @@ #app { display: grid; - grid-template-columns: 1fr minmax(200px, 300px); + grid-template-columns: minmax(0, 1fr) minmax(200px, 300px); column-gap: 32px; } From 4419d67825c007eded51b9132ca4a05ff8391def Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 8 Sep 2026 09:50:32 +0000 Subject: [PATCH 3/4] Wrap plain issue body text Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com> --- webviews/editorWebview/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webviews/editorWebview/index.css b/webviews/editorWebview/index.css index 3e437b88ba..157d6f561f 100644 --- a/webviews/editorWebview/index.css +++ b/webviews/editorWebview/index.css @@ -185,6 +185,7 @@ textarea:focus, display: block; } +.comment-body, .comment-body code, .comment-body a, span.lineContent { From 1136dc438986cb2b1b0da8cb55654ffdf1e0f4d5 Mon Sep 17 00:00:00 2001 From: Alex Ross <38270282+alexr00@users.noreply.github.com> Date: Tue, 8 Sep 2026 14:50:04 +0200 Subject: [PATCH 4/4] Attestation commit