...other than add a transparent block at the top of a label making the label even bigger than it needs to be...see image
But why is it there?
I'm fixing MDL-33569 and found. while testing. that there is an empty div container with class activityinstance assigned to it inside a label.
Looking in base/style/course.css I found this...
.course-content .section .activity .activityinstance { padding-right: 3em; }
which in turn adds a spacer to the label...see the red blob.
Git bashing at the mo...