Issue #1189 : Minor design fixes

This commit is contained in:
Zacharie
2020-06-03 16:15:15 +02:00
committed by plegall
parent 1acc213858
commit 8577239be5
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ TABLE.doubleSelect SELECT.categoryList {
.stat-graph-container {
margin: auto;
position: relative;
width: 80%;
width: calc(100% - 20px);
margin-top: 20px;
margin-bottom: 20px;
}