diff --git a/src/presentation/components/Scripts/View/Tree/NodeContent/Documentation/DocumentableNode.vue b/src/presentation/components/Scripts/View/Tree/NodeContent/Documentation/DocumentableNode.vue index ab243d2a..d080f025 100644 --- a/src/presentation/components/Scripts/View/Tree/NodeContent/Documentation/DocumentableNode.vue +++ b/src/presentation/components/Scripts/View/Tree/NodeContent/Documentation/DocumentableNode.vue @@ -72,6 +72,7 @@ export default defineComponent({ .header { display: flex; flex-direction: row; + gap: $spacing-relative-small; // Adjusts spacing between documentation button and adjacent text to prevent visual crowding. .content { flex: 1; // Expands the content to fill available width, aligning the documentation button to the right. }