diff --git a/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForPersonPage.vue b/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForPersonPage.vue
index 968758363c5ed363c1459744219089434205a717..fa058f23c2dd51bf7767b145dde2b560bd23b2a4 100644
--- a/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForPersonPage.vue
+++ b/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForPersonPage.vue
@@ -73,6 +73,8 @@
                       )
                     }}
                   </time>
+                </v-list-item-title>
+                <v-list-item-subtitle class="overflow-scroll">
                   <!-- teacher -->
                   <person-chip
                     v-for="teacher in item.relatedDocumentation.teachers"
@@ -90,9 +92,6 @@
                     :subject="item.relatedDocumentation.subject"
                     small
                   />
-                </v-list-item-title>
-                <v-list-item-subtitle>
-                  {{ item.note }}
                 </v-list-item-subtitle>
               </v-list-item-content>
               <v-list-item-action>
@@ -105,6 +104,9 @@
                   v-if="item.extraMark"
                   :extra-mark="item.extraMark"
                 />
+                <div v-if="item.note">
+                  {{ item.note }}
+                </div>
               </v-list-item-action>
             </v-list-item>
             <v-divider></v-divider>