From 7788b830454245b07ea0dd55f60792a983d7378c Mon Sep 17 00:00:00 2001 From: liumingliang Date: Wed, 26 Mar 2025 02:35:22 +0000 Subject: [PATCH] * [misc] repo diff. --- module/repo/ui/diff.html.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/repo/ui/diff.html.php b/module/repo/ui/diff.html.php index de29c0f9bd..a3c0e032a4 100644 --- a/module/repo/ui/diff.html.php +++ b/module/repo/ui/diff.html.php @@ -27,6 +27,8 @@ if($inModal) to::main(false); } +h:css("#monacoTree .text-clip {overflow: visible;}"); + jsVar('repo', $repo); jsVar('repoLang', $lang->repo); jsVar('objectID', $objectID);