diff --git a/web/public/css/style.css b/web/public/css/style.css index 054cdc5..9894756 100644 --- a/web/public/css/style.css +++ b/web/public/css/style.css @@ -347,7 +347,8 @@ html, body { } .proc-info ul.proc-content li.proc-file { - width: 350px; + width: 300px; + padding-left: 0; } .proc-info ul.proc-content li.proc-mem { @@ -364,7 +365,7 @@ html, body { color: #888; float: right; text-align: right; - width: 100px; + width: 150px; } .proc-info ul.proc-content li.proc-mode { diff --git a/web/views/index.html b/web/views/index.html index 76eff9d..82187de 100644 --- a/web/views/index.html +++ b/web/views/index.html @@ -109,7 +109,7 @@