Skip to content

Commit 1cf53b2

Browse files
committed
Added a line break between y-axis limits and symmetric y checkbox
1 parent 14a5a6a commit 1cf53b2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

js/y_axis_input.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ const yAxisInput = class {
4242
referenceLinesObj.updateReferenceLines();
4343
nucleosomeSliderObj.updateNucleosomeSlider()
4444
});
45+
46+
this.element.append("br");
4547

4648
this.symmetricYCheckbox = this.element.append("input")
4749
.attr("type", "checkbox")

0 commit comments

Comments
 (0)