Fixing horizontal scrolling #1248

pull/1263/head
nicolargo 2018-04-05 20:57:21 +02:00
parent 7b7962f771
commit aafcb63b29
2 changed files with 6 additions and 1 deletions

1
NEWS
View File

@ -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:

View File

@ -20,6 +20,10 @@ body {
text-align: right;
}
.row {
margin-right: 0px;
}
.top-plugin {
margin-bottom: 20px;
}