diff --git a/src/api/api.js b/src/api/api.js index bc7527c..3e6fe7e 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -56,9 +56,9 @@ export default { const baseQuery = print(NodesTrees) const prodFragment = ` ... on Textprod { - parents: text_de_depart { - id - } + #parents: text_de_depart { + # id + #} siblings: text_en_rebond { id diff --git a/src/pages/library/LibraryTree.vue b/src/pages/library/LibraryTree.vue index 85ea17c..c3d4288 100644 --- a/src/pages/library/LibraryTree.vue +++ b/src/pages/library/LibraryTree.vue @@ -212,6 +212,16 @@ foreignObject { .dot-btn { transform: translate(-50%, -50%); pointer-events: none; + min-width: 200px; + word-break: unset; + white-space: unset; + border-radius: 19px !important; + + .node-view-title { + min-width: 200px; + max-width: 400px; + padding-bottom: .25rem; + } &-depart { box-shadow: none;