From aafcb63b295568144134a57df7a79deeaa1cd708 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Thu, 5 Apr 2018 20:57:21 +0200 Subject: [PATCH] Fixing horizontal scrolling #1248 --- NEWS | 1 + glances/outputs/static/css/style.scss | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 813fe12c..11f4e2d4 100644 --- a/NEWS +++ b/NEWS @@ -49,6 +49,7 @@ Bugs corrected: * Glances crashes when mountpoint with non ASCII characters exists #1201 * [WEB UI] Minor issue on the Web UI #1240 * [Glances 3.0 RC1] Client/Server is broken #1244 + * Fixing horizontal scrolling #1248 Backward-incompatible changes: diff --git a/glances/outputs/static/css/style.scss b/glances/outputs/static/css/style.scss index 0e54e94e..8985d464 100644 --- a/glances/outputs/static/css/style.scss +++ b/glances/outputs/static/css/style.scss @@ -20,6 +20,10 @@ body { text-align: right; } +.row { + margin-right: 0px; +} + .top-plugin { margin-bottom: 20px; } @@ -142,7 +146,7 @@ body { width: 100%; text-overflow: ellipsis; } -} +} #amps-plugin .process-result { max-width: 300px;