Skip to content

Commit e679f8b

Browse files
committed
Add a gap between the title label and the sequence
1 parent 404080f commit e679f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sequence-annotations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function drawLine(data, lineIndex, lineLength, numberOfLines) {
3232
d3.select(this).append("text")
3333
.attr("class", "title")
3434
.text(seq.title)
35-
.attr("x", titleIndent.x)
35+
.attr("x", titleIndent.x - 4)
3636
.attr("y", 17)
3737
.attr("font-size", "" + titleFontSize)
3838
.call(make_editable, "title");

0 commit comments

Comments
 (0)