Skip to content
Snippets Groups Projects
Commit ba55dfd6 authored by Clement Ho's avatar Clement Ho
Browse files

Contribution calendar label cutoff fix

parent 98dd4927
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
---
title: Contribution calendar label was cut off
merge_request:
author: Branka Martinovic
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment