From dd0a0a8dc9560ed11c7542f44dc62475df041cc4 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Thu, 22 Dec 2022 11:08:07 +0800 Subject: [PATCH] * Modify comment withd. --- module/repo/css/ajaxgeteditorcontent.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/repo/css/ajaxgeteditorcontent.css b/module/repo/css/ajaxgeteditorcontent.css index ead238f8ab..27f99b3d77 100644 --- a/module/repo/css/ajaxgeteditorcontent.css +++ b/module/repo/css/ajaxgeteditorcontent.css @@ -1,7 +1,7 @@ .m-repo-ajaxgeteditorcontent {overflow: hidden;} #monacoEditor .tip-circular {background: #2e7fff; border-radius: 10px; padding: 0px 7px;} #log {margin-top: 8px; display: none; padding: 5px; justify-content: space-between; height: 25px; line-height: 20px; background: #efefef;} -#log .history {margin-left: 5px;} +#log .history {margin-left: 5px; max-width: 90%;} #log .action-btn .btn {border: none; background: none;} #related {display: none; margin-top: 2px; background: #fff; height: 0px;}