From d149093ce3c32503b95c66208de6cb5861e4e666 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Tue, 4 Apr 2023 19:05:07 +0800 Subject: Fix code view (diff) broken layout (#23096) Close #22911 I think it's ready for review now, feel free to test it, welcome to help to improve. ### Before ![image](https://user-images.githubusercontent.com/2114189/220958734-06871615-b498-4143-8449-3d443f08ffaa.png) ### After ![image](https://user-images.githubusercontent.com/2114189/220958621-0dce2728-57b8-4a1f-ac5d-48c7c2d42f5c.png) --- web_src/js/features/repo-issue.js | 9 --------- 1 file changed, 9 deletions(-) (limited to 'web_src/js/features') diff --git a/web_src/js/features/repo-issue.js b/web_src/js/features/repo-issue.js index 03c9977f49..f2a6f5815b 100644 --- a/web_src/js/features/repo-issue.js +++ b/web_src/js/features/repo-issue.js @@ -504,18 +504,9 @@ export function initRepoPullRequestReview() { ntr = $(` ${isSplit ? ` - - - - - - ` : ` - - - `} `); -- cgit v1.2.3