From fcd165c6c770d07bdbe5b08597e4cdeccc509fb1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Sep 2025 14:04:36 +0000 Subject: [PATCH 1/2] Initial plan From 76c2d43ab91ba6a52680d179303a26383cb9c1e1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Sep 2025 14:10:05 +0000 Subject: [PATCH 2/2] Fix text wrapping in code editor area Co-authored-by: shynur <98227472+shynur@users.noreply.github.com> --- popup.html | 1 + 1 file changed, 1 insertion(+) diff --git a/popup.html b/popup.html index ea89dc4..4aae524 100644 --- a/popup.html +++ b/popup.html @@ -17,6 +17,7 @@ font-family: monospace; font-size: 12px; resize: none; + white-space: nowrap; }