Commit 6f32fa66 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'cal-label-fix' into 'master'

Contribution calendar label cutoff fix

See merge request gitlab-org/gitlab-ce!16769
parents 95b4f7ea ba55dfd6
......@@ -98,7 +98,7 @@ export default class ActivityCalendar {
const secondLastColMonth = this.timestampsTmp[group - 2][0].date.getMonth();
if (lastColMonth !== secondLastColMonth) {
extraWidthPadding = 3;
extraWidthPadding = 6;
}
return extraWidthPadding;
......
---
title: Contribution calendar label was cut off
merge_request:
author: Branka Martinovic
type: fixed
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