Skip to content
Snippets Groups Projects
Commit 60870073 authored by David Mendez's avatar David Mendez
Browse files

Targets Sunburst: Move breadcrumbs to bottom to avoid moving sunburst when they grow

parent 66ebd6a0
No related branches found
No related tags found
1 merge request!44Targets Sunburst: improve contrast ratio and placement of breadcrumbs
...@@ -5,15 +5,15 @@ ...@@ -5,15 +5,15 @@
<v-card tile flat class="sunburst-card"> <v-card tile flat class="sunburst-card">
<v-card-subtitle> Targets in EUbOPEN</v-card-subtitle> <v-card-subtitle> Targets in EUbOPEN</v-card-subtitle>
<v-divider /> <v-divider />
<div class="breadcrumbs-area">
<TargetClassificationBreadcrumbs :path="currentPath" />
</div>
<div class="sunburst-area"> <div class="sunburst-area">
<Sunburst <Sunburst
:hierachy-tree="parsedTree" :hierachy-tree="parsedTree"
@path-updated="updateBreadcrumbsPath" @path-updated="updateBreadcrumbsPath"
/> />
</div> </div>
<div class="breadcrumbs-area">
<TargetClassificationBreadcrumbs :path="currentPath" />
</div>
<v-divider /> <v-divider />
<v-card-text class="text-caption text-justify"> <v-card-text class="text-caption text-justify">
Click on a section to expand it. Click on the links on top to explore Click on a section to expand it. Click on the links on top to explore
...@@ -101,7 +101,8 @@ export default { ...@@ -101,7 +101,8 @@ export default {
} }
.sunburst-area { .sunburst-area {
height: calc(100% - 220px); height: calc(100% - 220px);
padding-bottom: 10px; padding-top: 20px;
padding-bottom: 5px;
} }
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment