diff --git a/custom/public/css/git.openi.css b/custom/public/css/git.openi.css index 8ad9f0e22..502ba8d88 100644 --- a/custom/public/css/git.openi.css +++ b/custom/public/css/git.openi.css @@ -179,6 +179,7 @@ .homenews .ui.list>.item>.content{ color: #E8E8E8; line-height: 1.8em; + width: calc(100% - 3.25em) !important; } .homenews .ui.list>.item{ padding: 0; diff --git a/public/home/home.js b/public/home/home.js index 807c6a9df..92eb86c1d 100644 --- a/public/home/home.js +++ b/public/home/home.js @@ -129,7 +129,7 @@ function getMsg(record){ var html =""; html += "
"; html += " \"\"" - html += "
" + html += "
" html += " " + record.ActUser.Name + "" return html; }