Exactly, I have a 4k monitor and this wrapping is a little overzealous. It seems that it only kicks in between 63 to 64 chars?
example:
grades: [
{ date: ISODate(‘2014-06-10T00:00:00.000Z’), grade: ‘A’, score: 5 },
{ date: ISODate(‘2013-06-05T00:00:00.000Z’), grade: ‘A’, score: 7 },
{
date: ISODate(‘2012-04-13T00:00:00.000Z’),
grade: ‘A’,
score: 12
},