Skip to content

Commit

Permalink
Merge pull request #1489 from oliver-sanders/graph-node-text-separation
Browse files Browse the repository at this point in the history
GraphNode: nude the cycle point down a little
  • Loading branch information
oliver-sanders authored Sep 25, 2023
2 parents 4758e12 + 8ccf820 commit 8e997db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/cylc/GraphNode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

<!-- the cycle point -->
<text
x="180" y="105"
x="180" y="115"
font-size="30"
>
{{ task.tokens.cycle }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8e997db

Please sign in to comment.