diff --git a/components/mainPage/visualisations/TargetsTree/TargetsSunburst.vue b/components/mainPage/visualisations/TargetsTree/TargetsSunburst.vue
index 4dd36973bba9c0f61c1110e73743f66f1d4de19a..569401124cd532564e56792095d7edeba28e0c1a 100644
--- a/components/mainPage/visualisations/TargetsTree/TargetsSunburst.vue
+++ b/components/mainPage/visualisations/TargetsTree/TargetsSunburst.vue
@@ -5,11 +5,15 @@
       <v-card tile flat class="sunburst-card">
         <v-card-subtitle> Targets in EUbOPEN </v-card-subtitle>
         <v-divider />
-        <Sunburst
-          :hierachy-tree="parsedTree"
-          @path-updated="updateBreadcrumbsPath"
-        />
-        <v-breadcrumbs :items="currentPath"></v-breadcrumbs>
+        <div class="breadcrumbs-area">
+          <v-breadcrumbs :items="currentPath"></v-breadcrumbs>
+        </div>
+        <div class="sunburst-area">
+          <Sunburst
+            :hierachy-tree="parsedTree"
+            @path-updated="updateBreadcrumbsPath"
+          />
+        </div>
         <v-divider />
         <v-card-text class="text-caption text-justify">
           Click on a section to expand it. Click on the links on top to see the
@@ -86,6 +90,13 @@ export default {
   width: 100%;
   .sunburst-card {
     height: 100%;
+    .breadcrumbs-area {
+      min-height: 58px;
+    }
+    .sunburst-area {
+      height: calc(100% - 220px);
+      padding-bottom: 10px;
+    }
   }
 }
 </style>
diff --git a/components/mainPage/visualisations/VisualisationsCard.vue b/components/mainPage/visualisations/VisualisationsCard.vue
index 1e17d8a60ed37cf529175d8a4ac4150acfa9fe3e..19383e9424a63aa86692c5d9b09ae3a712c4f696 100644
--- a/components/mainPage/visualisations/VisualisationsCard.vue
+++ b/components/mainPage/visualisations/VisualisationsCard.vue
@@ -49,7 +49,7 @@ export default {
     height: 50vmin;
   }
   &.lg-screen-height {
-    height: 50vh;
+    height: 65vh;
     max-height: 850px;
   }
   .visualisation {
diff --git a/web-components-submodule b/web-components-submodule
index dae0b926e8d0abc56dab0a24e02253e74b933af1..53b132cc0456d5bae0334c01f11e1e7998224dbb 160000
--- a/web-components-submodule
+++ b/web-components-submodule
@@ -1 +1 @@
-Subproject commit dae0b926e8d0abc56dab0a24e02253e74b933af1
+Subproject commit 53b132cc0456d5bae0334c01f11e1e7998224dbb