diff --git a/src/components/Header.vue b/src/components/Header.vue
index edc0ba82b9bd6018ce5f0dcce3b530283b806626..ccee446e60eb9215b42628b2de7cb78ccf6f0727 100644
--- a/src/components/Header.vue
+++ b/src/components/Header.vue
@@ -1,6 +1,6 @@
 <template>
   <VueTooltipster :showClosebutton="false">
-    <h1>{{header_text}}</h1><span class="word-classification">{{group_list}}</span>
+    <h1>{{header_text}} </h1><span class="word-classification">{{group_list}}</span>
     <div slot="content" class="tooltip">
       <div v-for="(lemma, index) in lemmas" :key="index">
         <h4>{{lemma.lemma}}</h4>