diff --git a/glances/outputs/static/css/style.css b/glances/outputs/static/css/style.css index cf253470..9eb3c6b9 100644 --- a/glances/outputs/static/css/style.css +++ b/glances/outputs/static/css/style.css @@ -7,6 +7,7 @@ body { .table { display: table; width: 100%; + max-width:100%; } .table-row-group { display: table-row-group @@ -51,7 +52,7 @@ body { /* Theme */ -.title{ +.title { font-weight: bold; color: white; } @@ -126,6 +127,12 @@ body { #quicklook .progress-bar-critical { background-color: #A30000; } +#quicklook .cpu-name { + white-space: nowrap; + overflow: hidden; + width: 100%; + text-overflow: ellipsis; +} #monitor .process-result { max-width: 300px; overflow: hidden; diff --git a/glances/outputs/static/html/plugins/quicklook.html b/glances/outputs/static/html/plugins/quicklook.html index 4048636b..a64523e0 100644 --- a/glances/outputs/static/html/plugins/quicklook.html +++ b/glances/outputs/static/html/plugins/quicklook.html @@ -1,3 +1,6 @@ +