summaryrefslogtreecommitdiffstats
path: root/glances/outputs/static/css/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'glances/outputs/static/css/style.scss')
-rw-r--r--glances/outputs/static/css/style.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/glances/outputs/static/css/style.scss b/glances/outputs/static/css/style.scss
index 8985d464..f461386b 100644
--- a/glances/outputs/static/css/style.scss
+++ b/glances/outputs/static/css/style.scss
@@ -148,7 +148,7 @@ body {
}
}
-#amps-plugin .process-result {
+#amps .process-result {
max-width: 300px;
overflow: hidden;
white-space: pre-wrap;
@@ -156,7 +156,7 @@ body {
text-overflow: ellipsis;
}
-#gpu-plugin .gpu-name {
+#gpu .gpu-name {
white-space: nowrap;
overflow: hidden;
width: 100%;