Skip to content

Commit 6ed55c3

Browse files
committed
slight correction to the correction
1 parent 0d54beb commit 6ed55c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.fn.gantt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@
939939
var bar = $('<div class="bar"><div class="fn-label">' + label + '</div></div>')
940940
.addClass(cls)
941941
.css({
942-
width: ((cellWidth * days) - barMarg) + 3
942+
width: ((cellWidth * days) - barMarg) + 2
943943
})
944944
.data("dataObj", dataObj);
945945

0 commit comments

Comments
 (0)