Dashboard Recurring jobs is ugly, I did something wrong

I’m Sure I did something wrong. but this is what My Dashboard looks like. The text is not displayed correctly.

I created the job like this

RecurringJob.AddOrUpdate(x => x.LongImplementationNameHere(null), Cron.Daily);

Why are the Job Name and ID the same?

So nobody has any ideas on this one?
:frowning:

Never mind, I updated to 1.7.9.0 and its fixed.
Thanks for that.