dashboard/admin: Adapt to 16/9
This commit is contained in:
parent
105034ec8c
commit
08da42e273
2 changed files with 2 additions and 2 deletions
|
@ -901,7 +901,7 @@ angular.module("FICApp")
|
|||
},
|
||||
{
|
||||
type: "graph",
|
||||
params: { teams: [], height: 400, legend: true },
|
||||
params: { teams: [], height: 337, legend: true },
|
||||
},
|
||||
];
|
||||
angular.forEach($scope.teams, function(team, tid) {
|
||||
|
|
Reference in a new issue