Commit 9b8c0de8 authored by Mike Greiling's avatar Mike Greiling

Merge branch 'fix-calendar' into 'master'

Fix calendar day position

See merge request gitlab-org/gitlab-ce!18516
parents aed4270f 823368b3
......@@ -188,11 +188,11 @@ export default class ActivityCalendar {
},
{
text: 'W',
y: 29 + this.dayYPos(2),
y: 29 + this.dayYPos(3),
},
{
text: 'F',
y: 29 + this.dayYPos(3),
y: 29 + this.dayYPos(5),
},
];
this.svg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment