From 8ccf8202de22725b19eb9a2e1331ba0cc5eb997e Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Fri, 22 Sep 2023 14:32:37 +0100 Subject: [PATCH] GraphNode: nude the cycle point down a little * Add a little extra vertical separation between the task name and cycle point to allow for characters which extend below the baseline --- src/components/cylc/GraphNode.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/cylc/GraphNode.vue b/src/components/cylc/GraphNode.vue index ce9389f2c..33f8ee82e 100644 --- a/src/components/cylc/GraphNode.vue +++ b/src/components/cylc/GraphNode.vue @@ -54,7 +54,7 @@ along with this program. If not, see . {{ task.tokens.cycle }} @@ -174,7 +174,7 @@ export default { if (this.jobs.length) { return '' } - return 'translate(0, 15)' + return 'translate(0, 14)' }, previousJobOffset () { // the most recent job is larger so all subsequent jobs need to be bumped